summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-10-06 11:40:13 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-10-06 12:15:01 +0200
commit54d82085ccf1ad5f7c2a9b92ffa23db6725640af (patch)
tree5893a7a6d88b901e690ce1946fc3f889630cfa55 /compilerplugins
parent8fdb37119f6db7f7fa5af1644e15347f17e5968e (diff)
Fix typo
Change-Id: I822fa325d37955583a21e4d7ce2e79a4d5b02fc5 Reviewed-on: https://gerrit.libreoffice.org/61462 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins')
-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 72f74aa445a9..c416d4be9ad1 100644
--- a/compilerplugins/clang/useuniqueptr.cxx
+++ b/compilerplugins/clang/useuniqueptr.cxx
@@ -603,7 +603,7 @@ void UseUniquePtr::CheckLoopDelete(const FunctionDecl* functionDecl, const CXXDe
// SdrUndo stuff
if (fn == SRCDIR "/svx/source/svdraw/svdundo.cxx")
return;
- // TODO the lazydelete stuff should probably just be ripped out altogether nowthat we have VclPtr
+ // TODO the lazydelete stuff should probably just be ripped out altogether now that we have VclPtr
if (fn == SRCDIR "/vcl/source/helper/lazydelete.cxx")
return;
// linked list