diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-04 12:44:22 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-01-07 12:29:04 +0000 |
commit | 597e694e7e3264cf5d42b177bec38585ccb21232 (patch) | |
tree | dd4082a99cb600f9e0cf09dfaeee1174f26f46d7 /compilerplugins/clang/refcounting.cxx | |
parent | 5e0d36adc3f7f245edfc79230d0871017ba15d5d (diff) |
Fix typos
Change-Id: I90b04b8eda6fc3d530c9db72052720cbe9de0343
Reviewed-on: https://gerrit.libreoffice.org/21197
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'compilerplugins/clang/refcounting.cxx')
-rw-r--r-- | compilerplugins/clang/refcounting.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/refcounting.cxx b/compilerplugins/clang/refcounting.cxx index 882d6867f15d..7681a6e52496 100644 --- a/compilerplugins/clang/refcounting.cxx +++ b/compilerplugins/clang/refcounting.cxx @@ -159,7 +159,7 @@ bool containsXInterfaceSubclass(const Type* pType0) { const CXXRecordDecl* pRecordDecl = pType->getAsCXXRecordDecl(); if (pRecordDecl) { pRecordDecl = pRecordDecl->getCanonicalDecl(); - // these classes override acquire/release and forwards to it's parent + // these classes override acquire/release and forwards to its parent if (isDerivedFrom(pRecordDecl, "ListenerMultiplexerBase")) { // module UnoTools return false; } |