From f0a86e7d8f9ceccedbab94ff5983259eb349df21 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 5 Feb 2013 17:36:11 +0100 Subject: [PATCH] Update comment in pi.c. This was missed in commit d8cb9be46a225a159168581531d401fa2eff8c68. Signed-off-by: Miroslav Lichvar --- pi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi.c b/pi.c index c3a4035..ec7e456 100644 --- a/pi.c +++ b/pi.c @@ -94,7 +94,7 @@ static double pi_sample(struct servo *servo, /* * reset the clock servo when offset is greater than the max * offset value. Note that the clock jump will be performed in - * step 3, so it is not necessary to have clock jump + * step 1, so it is not necessary to have clock jump * immediately. This allows re-calculating drift as in initial * clock startup. */