Update comment in pi.c.

This was missed in commit d8cb9be46a.

Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com>
master
Miroslav Lichvar 2013-02-05 17:36:11 +01:00 committed by Richard Cochran
parent 5667ab5d30
commit f0a86e7d8f
1 changed files with 1 additions and 1 deletions

2
pi.c
View File

@ -94,7 +94,7 @@ static double pi_sample(struct servo *servo,
/* /*
* reset the clock servo when offset is greater than the max * reset the clock servo when offset is greater than the max
* offset value. Note that the clock jump will be performed in * 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 * immediately. This allows re-calculating drift as in initial
* clock startup. * clock startup.
*/ */