summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_tc.c
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-08-04 07:56:35 +0000
committeryar <yar@FreeBSD.org>2006-08-04 07:56:35 +0000
commit209e4786e7062e14c1123326850d4bcdbd9c605d (patch)
tree3f52e03559d675c9d3ca40d2fcf182a763ba10f4 /sys/kern/kern_tc.c
parent844254bd878791840f6bef7e7b420497eedadf07 (diff)
downloadFreeBSD-src-209e4786e7062e14c1123326850d4bcdbd9c605d.zip
FreeBSD-src-209e4786e7062e14c1123326850d4bcdbd9c605d.tar.gz
Commit the results of the typo hunt by Darren Pilgrim.
This change affects documentation and comments only, no real code involved. PR: misc/101245 Submitted by: Darren Pilgrim <darren pilgrim bitfreak org> Tested by: md5(1) MFC after: 1 week
Diffstat (limited to 'sys/kern/kern_tc.c')
-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 74392e4..8b7e0c4 100644
--- a/sys/kern/kern_tc.c
+++ b/sys/kern/kern_tc.c
@@ -961,7 +961,7 @@ cpu_tickrate(void)
* years) and in 64 bits at 4 GHz (146 years), but if we do a multiply
* before divide conversion (to retain precision) we find that the
* margin shrinks to 1.5 hours (one millionth of 146y).
- * With a three prong approach we never loose significant bits, no
+ * With a three prong approach we never lose significant bits, no
* matter what the cputick rate and length of timeinterval is.
*/
OpenPOWER on IntegriCloud