From dd4bc569b9f73e8c2445bed90d82c92d98aada03 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 10 Jun 2020 06:24:09 +0200 Subject: Fix typos Correct various typos in the comments and tests. Reviewed-by: Ryan Moeller Reviewed-by: Matthew Ahrens Reviewed-by: Brian Behlendorf Signed-off-by: Andrea Gelmini Closes #10423 --- module/unicode/u8_textprep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/unicode/u8_textprep.c') 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 -- cgit v1.2.3