projects
/
libevent
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
620f4a7
)
Missing ) in bufferevent_ratelim.c comment. Found by rransom
author
Nick Mathewson
<nickm@torproject.org>
Mon, 2 Apr 2012 22:13:53 +0000
(18:13 -0400)
committer
Nick Mathewson
<nickm@torproject.org>
Mon, 2 Apr 2012 22:13:53 +0000
(18:13 -0400)
bufferevent_ratelim.c
patch
|
blob
|
history
diff --git
a/bufferevent_ratelim.c
b/bufferevent_ratelim.c
index cfca7733b9fd1f55bba27ec6721d784b98083e56..02c5022843e3867b27cdfd16ca1ff279ba17a4a6 100644
(file)
--- 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)) {