diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-10 17:33:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-10 17:33:20 +0000 |
commit | b02b47741334903e6eb7d26e6afee99aac047d4f (patch) | |
tree | 6ceaedbd56fef64119abcecd1db1648383b9869d /iconv | |
parent | 6948d763edaed369e4e43dff0e79fd651cd146b1 (diff) | |
download | glibc-b02b47741334903e6eb7d26e6afee99aac047d4f.zip glibc-b02b47741334903e6eb7d26e6afee99aac047d4f.tar.gz glibc-b02b47741334903e6eb7d26e6afee99aac047d4f.tar.bz2 |
Fix comment.
Diffstat (limited to 'iconv')
-rw-r--r-- | iconv/loop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconv/loop.c b/iconv/loop.c index 857c93d..473d0a3 100644 --- a/iconv/loop.c +++ b/iconv/loop.c @@ -270,8 +270,8 @@ FCTNAME (LOOPFCT) (const unsigned char **inptrp, const unsigned char *inend, } -/* Include the file a second time to define the function to define the - function to handle unaligned access. */ +/* Include the file a second time to define the function to handle + unaligned access. */ #if !defined DEFINE_UNALIGNED && !defined _STRING_ARCH_unaligned \ && MIN_NEEDED_FROM != 1 && MAX_NEEDED_FROM % MIN_NEEDED_FROM == 0 \ && MIN_NEEDED_TO != 1 && MAX_NEEDED_TO % MIN_NEEDED_TO == 0 |