[Libreoffice-commits] core.git: compilerplugins/clang

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 28 19:12:24 UTC 2020


 compilerplugins/clang/unsignedcompare.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f0c86a068550bc6aaa16aea5c77be3a823cea68
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jan 28 17:53:48 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jan 28 20:11:45 2020 +0100

    Fix typo
    
    Change-Id: I87ffb70c16efe356981e3f0312f9e8fbce9cd04b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87653
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/compilerplugins/clang/unsignedcompare.cxx b/compilerplugins/clang/unsignedcompare.cxx
index beac09f07f7d..d9b8f144ca77 100644
--- a/compilerplugins/clang/unsignedcompare.cxx
+++ b/compilerplugins/clang/unsignedcompare.cxx
@@ -9,7 +9,7 @@
 
 // Find explicit casts from signed to unsigned integer in comparison against unsigned integer, where
 // the cast is presumably used to avoid warnings about signed vs. unsigned comparisons, and could
-// thus be replaced with o3tl::make_unsigned for clairty.
+// thus be replaced with o3tl::make_unsigned for clarity.
 
 #include <cassert>
 


More information about the Libreoffice-commits mailing list