diff options
-rw-r--r-- | compilerplugins/clang/unsignedcompare.cxx | 2 |
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> |