Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2020 06:42:33 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367980 - head/sys/kern
Message-ID:  <202011240642.0AO6gXcY005041@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011240642.0AO6gXcY005041>