svn commit: r368089 - in stable: 11/sys/kern 12/sys/kern
Cy Schubert
cy at FreeBSD.org
Fri Nov 27 03:17:22 UTC 2020
Author: cy
Date: Fri Nov 27 03:17:21 2020
New Revision: 368089
URL: https://svnweb.freebsd.org/changeset/base/368089
Log:
MFC r367980:
Fix a typo in a comment.
Modified:
stable/12/sys/kern/kern_ntptime.c
Directory Properties:
stable/12/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/11/sys/kern/kern_ntptime.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/12/sys/kern/kern_ntptime.c
==============================================================================
--- stable/12/sys/kern/kern_ntptime.c Thu Nov 26 23:54:13 2020 (r368088)
+++ stable/12/sys/kern/kern_ntptime.c Fri Nov 27 03:17:21 2020 (r368089)
@@ -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) {
More information about the svn-src-stable
mailing list