summaryrefslogtreecommitdiff
path: root/lib/mbswidth.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-11 05:02:14 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-11 05:02:14 +0000
commitd2b4386d2918d43e48e4ea42fcae314af346edd2 (patch)
tree623f89bf864eb7f3ff11eeb93be5744f8862dee8 /lib/mbswidth.c
parentf0dd13bca8a0222f5ffc65a547563e9dc8dfa6ba (diff)
downloadcoreutils-d2b4386d2918d43e48e4ea42fcae314af346edd2.tar.xz
Sync from gnulib.
Diffstat (limited to 'lib/mbswidth.c')
-rw-r--r--lib/mbswidth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mbswidth.c b/lib/mbswidth.c
index 6b9d4b38b..a51176026 100644
--- a/lib/mbswidth.c
+++ b/lib/mbswidth.c
@@ -91,7 +91,7 @@ int wcwidth ();
character string pointed to by STRING. If a non-printable character
occurs, and MBSW_REJECT_UNPRINTABLE is specified, -1 is returned.
With flags = MBSW_REJECT_INVALID | MBSW_REJECT_UNPRINTABLE, this is
- the multibyte analogon of the wcswidth function. */
+ the multibyte analogue of the wcswidth function. */
int
mbswidth (const char *string, int flags)
{