diff options
author | Matt Traudt <sirmatt@ksu.edu> | 2017-09-19 20:03:17 -0400 |
---|---|---|
committer | Matt Traudt <sirmatt@ksu.edu> | 2017-09-19 20:13:28 -0400 |
commit | 4a3b61a5b32d4df7d627f993deec97f1db451910 (patch) | |
tree | d044fdd3fb396a17c193670df3d5656a087fe049 /src/or/scheduler.h | |
parent | 1c956ccd5f3221c9d5317d50435253da079831c3 (diff) | |
download | tor-4a3b61a5b32d4df7d627f993deec97f1db451910.tar.gz tor-4a3b61a5b32d4df7d627f993deec97f1db451910.zip |
sched: reorder code to fit comment bodies; comment typos
Closes 23560
Diffstat (limited to 'src/or/scheduler.h')
-rw-r--r-- | src/or/scheduler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/scheduler.h b/src/or/scheduler.h index 3c0748fa68..93da1c904e 100644 --- a/src/or/scheduler.h +++ b/src/or/scheduler.h @@ -53,7 +53,7 @@ typedef struct scheduler_s { * we should do whatever we need to do in order to move some cells from * their circuit queues to output buffers in an intelligent manner. We * should do this quickly. When we are done, we'll try to schedule() ourself - * if more work needs to be done to setup the next scehduling run. */ + * if more work needs to be done to setup the next scheduling run. */ void (*run)(void); /* @@ -157,7 +157,7 @@ void scheduler_touch_channel(channel_t *chan); #ifdef SCHEDULER_KIST_PRIVATE -/* Socke table entry which holds information of a channel's socket and kernel +/* Socket table entry which holds information of a channel's socket and kernel * TCP information. Only used by KIST. */ typedef struct socket_table_ent_s { HT_ENTRY(socket_table_ent_s) node; |