about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-09-26 19:58:50 +0000
committerRoland McGrath <roland@gnu.org>2005-09-26 19:58:50 +0000
commit43b0572f8ab3593241d1641d235f3fcf5c7a8a83 (patch)
tree9e1548d0b356d593e6a3c583cab25e5941871145
parent4e62e2581cb42058de746e7ae8efcd0818ae5ca6 (diff)
downloadglibc-43b0572f8ab3593241d1641d235f3fcf5c7a8a83.tar.gz
glibc-43b0572f8ab3593241d1641d235f3fcf5c7a8a83.tar.xz
glibc-43b0572f8ab3593241d1641d235f3fcf5c7a8a83.zip
typo
	* sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dbb47dd82..34339290bf 100644
--- 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>.