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>
This commit is contained in:
parent
5d1a540963
commit
8f0c86a068
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue