[Libreoffice-commits] core.git: compilerplugins/clang
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Dec 11 21:55:37 UTC 2019
compilerplugins/clang/unusedmember.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2ae964f88a4f1002a4fd8a804a079559c3d64196
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 11 22:17:27 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Dec 11 22:54:29 2019 +0100
Fix typo
Change-Id: Iffb9bcf5bfb18591dedfea62875bae76c772b7e2
Reviewed-on: https://gerrit.libreoffice.org/84994
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list