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/11/sys/kern/kern_ntptime.c
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/12/sys/kern/kern_ntptime.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/11/sys/kern/kern_ntptime.c
==============================================================================
--- stable/11/sys/kern/kern_ntptime.c   Thu Nov 26 23:54:13 2020        
(r368088)
+++ stable/11/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) {
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to