compilerplugins/clang/comparisonwithconstant.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6a1cee7b09d8f75648483d6537e697a70daa52c3
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Feb 6 23:46:02 2020 +0100
Commit:     Julien Nabet <serval2...@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 <serval2...@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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to