summaryrefslogtreecommitdiff
path: root/src/or/scheduler.c
diff options
context:
space:
mode:
authorMatt Traudt <sirmatt@ksu.edu>2017-09-19 20:03:17 -0400
committerMatt Traudt <sirmatt@ksu.edu>2017-09-19 20:13:28 -0400
commit4a3b61a5b32d4df7d627f993deec97f1db451910 (patch)
treed044fdd3fb396a17c193670df3d5656a087fe049 /src/or/scheduler.c
parent1c956ccd5f3221c9d5317d50435253da079831c3 (diff)
downloadtor-4a3b61a5b32d4df7d627f993deec97f1db451910.tar.gz
tor-4a3b61a5b32d4df7d627f993deec97f1db451910.zip
sched: reorder code to fit comment bodies; comment typos
Closes 23560
Diffstat (limited to 'src/or/scheduler.c')
-rw-r--r--src/or/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/scheduler.c b/src/or/scheduler.c
index 6ce7cb1e07..e75e306051 100644
--- a/src/or/scheduler.c
+++ b/src/or/scheduler.c
@@ -25,7 +25,7 @@
* - "Scheduler implementation": a scheduler_t. The scheduling system has one
* active scheduling implementation at a time.
*
- * In this file you will find state that any scheduler implmentation can have
+ * In this file you will find state that any scheduler implementation can have
* access to as well as the functions the rest of Tor uses to interact with the
* scheduling system.
*