]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
grammar fix in change note
authorEvan Hunt <each@isc.org>
Thu, 21 Aug 2008 01:03:34 +0000 (01:03 +0000)
committerEvan Hunt <each@isc.org>
Thu, 21 Aug 2008 01:03:34 +0000 (01:03 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 8230e160e0b13f2ca1704e5a8c08618eb0430fa1..0956017aa4899f3da1c4c22e776012bc84c9e919 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,11 @@
        --- 9.4.2-P2-W1 released ---
 
-2420.  [bug]           Windows socket handling cleanup.  Let the io
+2420.  [bug]           Windows socket handling cleanup.  Let the IO
                        completion event send out cancelled read/write
-                       done events, which keeps us from writing to memeory
-                       we no longer have ownership of.  Add debugging
-                       socket_log() function.  Rework TCP socket handling
-                       to not leak sockets.
+                       done events, which keeps us from writing to memory
+                       we no longer own.  Add debugging socket_log()
+                        function.  Rework TCP socket handling to avoid
+                        leaking sockets.
 
        --- 9.4.2-P2 released ---