[tor-bugs] #23560 [Core Tor/Tor]: Fix typo(s) in comment(s) in the scheduling system.
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Sep 18 15:35:33 UTC 2017
#23560: Fix typo(s) in comment(s) in the scheduling system.
------------------------------+--------------------------------
Reporter: pastly | Owner: (none)
Type: defect | Status: new
Priority: Medium | Milestone: Tor: 0.3.2.x-final
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords: tor-sched, easy
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------+--------------------------------
First one:
{{{
if (diff < sched_run_interval) {
next_run.tv_sec = 0;
/* Takes 1000 ms -> us. This will always be valid because diff can
NOT be
- * negative and can NOT be smaller than sched_run_interval so values
can
+ * negative and can NOT be bigger than sched_run_interval so values
can
}}}
There's no way there isn't more, so I'm making this a generalized ticket.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23560>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list