svn commit: r227746 - head/sys/sys
Lawrence Stewart
lstewart at FreeBSD.org
Sun Nov 20 01:48:23 UTC 2011
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.
More information about the svn-src-head
mailing list