Date: Sun, 20 Nov 2011 01:48:22 +0000 (UTC) From: Lawrence Stewart <lstewart@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r227746 - head/sys/sys Message-ID: <201111200148.pAK1mMSH069566@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lstewart Date: Sun Nov 20 01:48:22 2011 New Revision: 227746 URL: http://svn.freebsd.org/changeset/base/227746 Log: Fix a whitespace nit. Submitted by: Julien Ridoux (jridoux at unimelb edu au) Modified: head/sys/sys/timeffc.h Modified: head/sys/sys/timeffc.h ============================================================================== --- head/sys/sys/timeffc.h Sun Nov 20 01:20:50 2011 (r227745) +++ head/sys/sys/timeffc.h Sun Nov 20 01:48:22 2011 (r227746) @@ -71,7 +71,7 @@ struct ffclock_estimate { * time by ffclock_convert_abs(). * FAST: do not read the hardware counter, return feed-forward clock time * at last tick. The time returned has the resolution of the kernel - * tick (1/hz [s]). + * tick (1/hz [s]). * LERP: linear interpolation of ffclock time to guarantee monotonic time. * LEAPSEC: include leap seconds. * UPTIME: removes time of boot.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111200148.pAK1mMSH069566>