diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-04-26 02:16:24 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-09 13:19:44 -0400 |
commit | 532c13693e97565fe50a8a788d669d3ec94ad822 (patch) | |
tree | 501c643f05b1031cd780562678d867eb6f72c030 /src/or/control.c | |
parent | 330116f0343e3b7b6632d3bd1b5c9f6bca87872d (diff) | |
download | tor-532c13693e97565fe50a8a788d669d3ec94ad822.tar.gz tor-532c13693e97565fe50a8a788d669d3ec94ad822.zip |
Fix a docstring
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index 9f7739a402..28780d2989 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) |