Author: cy
Date: Tue Nov 24 06:42:32 2020
New Revision: 367980
URL: https://svnweb.freebsd.org/changeset/base/367980

Log:
  Fix a typo in a comment.
  
  MFC after:    3 days

Modified:
  head/sys/kern/kern_ntptime.c

Modified: head/sys/kern/kern_ntptime.c
==============================================================================
--- head/sys/kern/kern_ntptime.c        Tue Nov 24 04:16:49 2020        
(r367979)
+++ head/sys/kern/kern_ntptime.c        Tue Nov 24 06:42:32 2020        
(r367980)
@@ -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-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to