From: Sebastian Hahn Date: Tue, 26 Apr 2011 00:16:24 +0000 (+0200) Subject: Fix a docstring X-Git-Tag: tor-0.2.2.26-beta~14^2~3^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=532c13693e97565fe50a8a788d669d3ec94ad822;p=thirdparty%2Ftor.git Fix a docstring --- 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. * * status is the new status, that is, what task we will be doing - * next. percent is zero if we just started this task, else it + * next. progress 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)