]> granicus.if.org Git - libevent/commitdiff
Missing ) in bufferevent_ratelim.c comment. Found by rransom
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Apr 2012 22:13:53 +0000 (18:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 2 Apr 2012 22:13:53 +0000 (18:13 -0400)
bufferevent_ratelim.c

index cfca7733b9fd1f55bba27ec6721d784b98083e56..02c5022843e3867b27cdfd16ca1ff279ba17a4a6 100644 (file)
@@ -358,7 +358,7 @@ bev_group_suspend_reading_(struct bufferevent_rate_limit_group *g)
           to prevent a deadlock.  (Ordinarily, the group lock nests inside
           the bufferevent locks.  If we are unable to lock any individual
           bufferevent, it will find out later when it looks at its limit
-          and sees that its group is suspended.
+          and sees that its group is suspended.)
        */
        LIST_FOREACH(bev, &g->members, rate_limiting->next_in_group) {
                if (EVLOCK_TRY_LOCK_(bev->lock)) {