]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a docstring
authorSebastian Hahn <sebastian@torproject.org>
Tue, 26 Apr 2011 00:16:24 +0000 (02:16 +0200)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 May 2011 17:19:44 +0000 (13:19 -0400)
src/or/control.c

index 9f7739a402669d6d20a823c5ac036eeae5750c38..28780d298936bcffabf0fa6d48d3a1eda1d5a63e 100644 (file)
@@ -3875,7 +3875,7 @@ static int bootstrap_problems = 0;
  * information and initial circuits.
  *
  * <b>status</b> is the new status, that is, what task we will be doing
- * next. <b>percent</b> is zero if we just started this task, else it
+ * next. <b>progress</b> is zero if we just started this task, else it
  * represents progress on the task. */
 void
 control_event_bootstrap(bootstrap_status_t status, int progress)