summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compilerplugins/clang/useuniqueptr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/useuniqueptr.cxx b/compilerplugins/clang/useuniqueptr.cxx
index 5c9157d26adc..cdf7b07e4751 100644
--- a/compilerplugins/clang/useuniqueptr.cxx
+++ b/compilerplugins/clang/useuniqueptr.cxx
@@ -261,7 +261,7 @@ void UseUniquePtr::CheckDeleteExpr(const FunctionDecl* functionDecl, const CXXDe
// don't always own this
if (fn == SRCDIR "/editeng/source/editeng/impedit2.cxx")
return;
- // this member needs to get passed via a extern "C" API
+ // this member needs to get passed via an extern "C" API
if (fn == SRCDIR "/sd/source/filter/sdpptwrp.cxx")
return;
// ownership complicated between this and the group