summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-11 22:17:27 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-11 22:54:29 +0100
commit2ae964f88a4f1002a4fd8a804a079559c3d64196 (patch)
tree8b3da703f1462428107654428c989568460b7124 /compilerplugins
parent3df4ee7e2a64824d467a5e0e6a06551b15c217ea (diff)
Fix typo
Change-Id: Iffb9bcf5bfb18591dedfea62875bae76c772b7e2 Reviewed-on: https://gerrit.libreoffice.org/84994 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/unusedmember.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/unusedmember.cxx b/compilerplugins/clang/unusedmember.cxx
index 214d66556e40..bf1166c14db5 100644
--- a/compilerplugins/clang/unusedmember.cxx
+++ b/compilerplugins/clang/unusedmember.cxx
@@ -360,7 +360,7 @@ public:
layout = true;
break;
}
- // Heuristic to recursivley check parent RecordDecl if given RecordDecl is
+ // Heuristic to recursively check parent RecordDecl if given RecordDecl is
// unnamed and either an anonymous struct (or union, but which are already
// filtered out anyway), or defined in a non-static data member declaration
// (TODO: which is erroneously approximated here with getTypedefNameForAnonDecl