[Libreoffice-commits] core.git: compilerplugins/clang
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Feb 7 13:54:11 UTC 2020
compilerplugins/clang/comparisonwithconstant.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6a1cee7b09d8f75648483d6537e697a70daa52c3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Feb 6 23:46:02 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Feb 7 14:53:36 2020 +0100
Fix typo
Change-Id: Ia1cd4fc4e6f5cfbf327132cdd499cb42c1f7d3e9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88148
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/compilerplugins/clang/comparisonwithconstant.cxx b/compilerplugins/clang/comparisonwithconstant.cxx
index 6abe08b5fab7..6787be87424d 100644
--- a/compilerplugins/clang/comparisonwithconstant.cxx
+++ b/compilerplugins/clang/comparisonwithconstant.cxx
@@ -34,7 +34,7 @@ public:
}
// Deliberately drop RecursiveASTVisitor::TraverseBinEQ's DataRecursionQueue
- // parameter; TraveseBinEQ must use stack instead of data recursion for any
+ // parameter; TraverseBinEQ must use stack instead of data recursion for any
// children's VisitBinaryOperator to see changes to occurrence_ by a parent
// VisitBinaryOperator:
bool TraverseBinEQ(BinaryOperator * S)
@@ -46,7 +46,7 @@ public:
}
// Deliberately drop RecursiveASTVisitor::TraverseBinNE's DataRecursionQueue
- // parameter; TraveseBinNE must use stack instead of data recursion for any
+ // parameter; TraverseBinNE must use stack instead of data recursion for any
// children's VisitBinaryOperator to see changes to occurrence_ by a parent
// VisitBinaryOperator:
bool TraverseBinNE(BinaryOperator * S)
More information about the Libreoffice-commits
mailing list