mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-19 01:04:58 -04:00
reformat comment
svn:r106
This commit is contained in:
parent
025d1bc220
commit
49dbb7ea4c
3
event.c
3
event.c
@ -546,7 +546,8 @@ timeout_correct(struct timeval *off)
|
|||||||
{
|
{
|
||||||
struct event *ev;
|
struct event *ev;
|
||||||
|
|
||||||
/* We can modify the key element of the node without destroying
|
/*
|
||||||
|
* We can modify the key element of the node without destroying
|
||||||
* the key, beause we apply it to all in the right order.
|
* the key, beause we apply it to all in the right order.
|
||||||
*/
|
*/
|
||||||
RB_FOREACH(ev, event_tree, &timetree)
|
RB_FOREACH(ev, event_tree, &timetree)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user