From 78d67b29736a4c52438444bfea0b031c714bd6b4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 2 Apr 2012 18:13:53 -0400 Subject: [PATCH] Missing ) in bufferevent_ratelim.c comment. Found by rransom --- bufferevent_ratelim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bufferevent_ratelim.c b/bufferevent_ratelim.c index cfca7733..02c50228 100644 --- a/bufferevent_ratelim.c +++ b/bufferevent_ratelim.c @@ -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)) {