typo
authorRoland McGrath <roland@gnu.org>
Mon, 26 Sep 2005 19:58:50 +0000 (19:58 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 26 Sep 2005 19:58:50 +0000 (19:58 +0000)
* sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if

ChangeLog

index 8dbb47d..3433929 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@
        * libio/oldiofclose.c (_IO_old_fclose): Likewise.
 
        [BZ #524]
-       * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop of
+       * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if
        number of bits is multiple of 8.
        Patch by Fredrik Tolf <fredrik@dolda2000.com>.