diff options
Diffstat (limited to 'libidn/nfkc.c')
-rw-r--r-- | libidn/nfkc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libidn/nfkc.c b/libidn/nfkc.c index 6d4a88b63b..f3e41d038b 100644 --- a/libidn/nfkc.c +++ b/libidn/nfkc.c @@ -526,7 +526,7 @@ err_out: * @string: a UCS-4 encoded string. * @len: the maximum length of @string to use. * - * Computes the canonical ordering of a string in-place. + * Computes the canonical ordering of a string in-place. * This rearranges decomposed characters in the string * according to their combining classes. See the Unicode * manual for more information. |