compilerplugins/clang/unsignedcompare.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8f0c86a068550bc6aaa16aea5c77be3a823cea68 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jan 28 17:53:48 2020 +0100 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
