summaryrefslogtreecommitdiff
path: root/compilerplugins/clang
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-01-28 17:53:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-01-28 20:11:45 +0100
commit8f0c86a068550bc6aaa16aea5c77be3a823cea68 (patch)
tree62183a8887e58d040104c7ae89b7e131e4eed600 /compilerplugins/clang
parent5d1a540963d1c5b952655414fc77367f67db968d (diff)
Fix typo
Change-Id: I87ffb70c16efe356981e3f0312f9e8fbce9cd04b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87653 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r--compilerplugins/clang/unsignedcompare.cxx2
1 files changed, 1 insertions, 1 deletions
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>