diff options
author | Andrea Gelmini <[email protected]> | 2020-06-10 06:24:09 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-09 21:24:09 -0700 |
commit | dd4bc569b9f73e8c2445bed90d82c92d98aada03 (patch) | |
tree | 64bacc1d16199ed350783f0b9a6490fe79ed6a70 /module/unicode/u8_textprep.c | |
parent | 7bcb7f0840d1857370dd1f9ee0ad48f9b7939dfd (diff) |
Fix typos
Correct various typos in the comments and tests.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Matthew Ahrens <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #10423
Diffstat (limited to 'module/unicode/u8_textprep.c')
-rw-r--r-- | module/unicode/u8_textprep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/unicode/u8_textprep.c b/module/unicode/u8_textprep.c index 11e7c1926..65f555d88 100644 --- a/module/unicode/u8_textprep.c +++ b/module/unicode/u8_textprep.c @@ -1710,7 +1710,7 @@ TURN_STREAM_SAFE: } /* - * The do_norm_compare() function does string comparion based on Unicode + * The do_norm_compare() function does string comparison based on Unicode * simple case mappings and Unicode Normalization definitions. * * It does so by collecting a sequence of character at a time and comparing |