Fix a typo in a comment.

MFC after:	3 days
This commit is contained in:
Cy Schubert 2020-11-24 06:42:32 +00:00
parent 0f99cb55ff
commit e5a307c6ac

View File

@ -590,7 +590,7 @@ ntp_update_second(int64_t *adjustment, time_t *newsec)
/*
* Apply any correction from adjtime(2). If more than one second
* off we slew at a rate of 5ms/s (5000 PPM) else 500us/s (500PPM)
* off we slew at a rate of 5ms/s (5000 PPM) else 500us/s (500 PPM)
* until the last second is slewed the final < 500 usecs.
*/
if (time_adjtime != 0) {