Browse Source

[2617] fixed a typo in a comment line.

JINMEI Tatuya 12 years ago
parent
commit
37743e4ec1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/msgq/msgq.py.in

+ 1 - 1
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.