diff --git a/src/or/scheduler.c b/src/or/scheduler.c index ae2e950b00..033e6d119c 100644 --- a/src/or/scheduler.c +++ b/src/or/scheduler.c @@ -35,8 +35,8 @@ static uint32_t sched_max_flush_cells = 16; * This module implements a scheduler algorithm, to decide * which channels should send/receive when. * - * The earliest versions of Tor approximated a kind of round-robin system among - * active connections, but only approximated it. + * The earliest versions of Tor approximated a kind of round-robin system + * among active connections, but only approximated it. * * Now, write scheduling works by keeping track of which channels can * accept cells, and have cells to write. From the scheduler's perspective, @@ -44,9 +44,9 @@ static uint32_t sched_max_flush_cells = 16; * *
    *
  1. - * Not open for writes, no cells to send . - *