BIND 10 trac2857, updated. c7e1ff0338200957269ba996263aac8224987f62 [2857] Update comment

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Aug 23 07:55:26 UTC 2013


The branch, trac2857 has been updated
       via  c7e1ff0338200957269ba996263aac8224987f62 (commit)
       via  1932ac5a9ffb435e2875f9e921beb486e2be8f4e (commit)
      from  c65345a08645b1a20f442c626f9498420d762c91 (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 c7e1ff0338200957269ba996263aac8224987f62
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Aug 21 08:42:50 2013 +0530

    [2857] Update comment

commit 1932ac5a9ffb435e2875f9e921beb486e2be8f4e
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Aug 21 08:42:13 2013 +0530

    [2857] Fix typo

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

Summary of changes:
 src/bin/memmgr/memmgr.py.in |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/memmgr/memmgr.py.in b/src/bin/memmgr/memmgr.py.in
index 717050b..c71bd10 100755
--- a/src/bin/memmgr/memmgr.py.in
+++ b/src/bin/memmgr/memmgr.py.in
@@ -140,10 +140,10 @@ class Memmgr(BIND10Server):
         notifications = None
         with self._builder_lock:
             # Copy the notifications out and clear them from the
-            # original list. We may not assigne [] to
-            # self._builder_response_queue, because there's other
-            # reference to it from the other thread and it would
-            # keep the original list.
+            # original list. We may not assign [] to
+            # self._builder_response_queue to clear it, because there's
+            # another reference to it from the other thread and it would
+            # not keep the original list.
             notifications = self._builder_response_queue[:]
             del self._builder_response_queue[:]
         while notifications:



More information about the bind10-changes mailing list