BIND 10 trac2617, updated. 37743e4ec13cbb7e4b2864ce54e3d9732a1e8101 [2617] fixed a typo in a comment line.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 5 17:10:24 UTC 2013


The branch, trac2617 has been updated
       via  37743e4ec13cbb7e4b2864ce54e3d9732a1e8101 (commit)
      from  8b84c4beb47bf82e9c8302c39b2144a4717f7d1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 37743e4ec13cbb7e4b2864ce54e3d9732a1e8101
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Feb 5 09:10:12 2013 -0800

    [2617] fixed a typo in a comment line.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/msgq/msgq.py.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in
index d6052c1..28052d6 100755
--- a/src/bin/msgq/msgq.py.in
+++ b/src/bin/msgq/msgq.py.in
@@ -632,7 +632,7 @@ class MsgQ:
                         break
                     else:
                         writable = event & select.POLLOUT
-                        # Note: it may be okayb to read data if available
+                        # Note: it may be okay to read data if available
                         # immediately after write some, but due to unexpected
                         # regression (see comments on the kqueue version below)
                         # we restrict one operation per iteration for now.



More information about the bind10-changes mailing list