diff options
author | Ondrej Bilka <neleai@seznam.cz> | 2013-06-11 08:54:35 +0200 |
---|---|---|
committer | Ondrej Bilka <neleai@seznam.cz> | 2013-06-11 08:54:35 +0200 |
commit | a214aecf82a90b06d5587458c0d2d4f1c3ba8002 (patch) | |
tree | f6f74d87295b6f5cf36527333ab318ceffb73357 /libidn/nfkc.c | |
parent | 89fb6835583088059b8d8987c86caac33e37e5ea (diff) | |
download | glibc-a214aecf82a90b06d5587458c0d2d4f1c3ba8002.tar.gz glibc-a214aecf82a90b06d5587458c0d2d4f1c3ba8002.tar.xz glibc-a214aecf82a90b06d5587458c0d2d4f1c3ba8002.zip |
Fix-trailing-whitespaces-in-libidn.
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. |