svn commit: r367980 - head/sys/kern

Cy Schubert cy at FreeBSD.org
Tue Nov 24 06:42:33 UTC 2020


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) {


More information about the svn-src-all mailing list