summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-07-02 08:01:52 +0000
committerphk <phk@FreeBSD.org>2003-07-02 08:01:52 +0000
commitffa9cfbd86f3903797e708d371e0aa021b52e734 (patch)
tree94b17db811655aff93233297b08dfcb45080cdd6 /sys/kern
parent6703655ca05ac09ab345820e4f3ccc52bc56af2f (diff)
downloadFreeBSD-src-ffa9cfbd86f3903797e708d371e0aa021b52e734.zip
FreeBSD-src-ffa9cfbd86f3903797e708d371e0aa021b52e734.tar.gz
typo fix in comment.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_tc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c
index 167ba20..9234666 100644
--- a/sys/kern/kern_tc.c
+++ b/sys/kern/kern_tc.c
@@ -426,7 +426,7 @@ tc_windup(void)
* processing provides us with.
*
* The th_adjustment is nanoseconds per second with 32 bit binary
- * fraction and want 64 bit binary fraction of second:
+ * fraction and we want 64 bit binary fraction of second:
*
* x = a * 2^32 / 10^9 = a * 4.294967296
*
OpenPOWER on IntegriCloud