]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix comment.
authorUlrich Drepper <drepper@redhat.com>
Sat, 10 Jun 2000 17:33:20 +0000 (17:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 10 Jun 2000 17:33:20 +0000 (17:33 +0000)
iconv/loop.c

index 857c93de1e0aa38e917dbce6ba328683ce3a84bc..473d0a392277871e1f035a6cf8d8bef4a2260eeb 100644 (file)
@@ -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