aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-04-26 02:16:24 +0200
committerNick Mathewson <nickm@torproject.org>2011-05-09 13:19:44 -0400
commit532c13693e97565fe50a8a788d669d3ec94ad822 (patch)
tree501c643f05b1031cd780562678d867eb6f72c030
parent330116f0343e3b7b6632d3bd1b5c9f6bca87872d (diff)
downloadtor-532c13693e97565fe50a8a788d669d3ec94ad822.tar
tor-532c13693e97565fe50a8a788d669d3ec94ad822.tar.gz
Fix a docstring
-rw-r--r--src/or/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c
index 9f7739a40..28780d298 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -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)