Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Nov 2020 03:17:21 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r368089 - in stable: 11/sys/kern 12/sys/kern
Message-ID:  <202011270317.0AR3HLea081334@repo.freebsd.org>

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



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