summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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