summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@FreeBSD.org>2016-04-29 22:15:33 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-12 07:04:10 +0200
commit65f2cd7a75bb1829765ddea50cb63f30c4d04f51 (patch)
tree14e060cef1aa6fb2452c54ac34100267aa688b1f
parenttimecounter: Merge FreeBSD change r290257 (diff)
downloadrtems-65f2cd7a75bb1829765ddea50cb63f30c4d04f51.tar.bz2
timecounter: Merge FreeBSD change r298819
sys/kern: spelling fixes in comments. No functional change. Update #3175.
-rw-r--r--cpukit/score/src/kern_tc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/kern_tc.c b/cpukit/score/src/kern_tc.c
index 20189cb1f5..6955e84799 100644
--- a/cpukit/score/src/kern_tc.c
+++ b/cpukit/score/src/kern_tc.c
@@ -2157,7 +2157,7 @@ inittimecounter(void *dummy)
* Set the initial timeout to
* max(1, <approx. number of hardclock ticks in a millisecond>).
* People should probably not use the sysctl to set the timeout
- * to smaller than its inital value, since that value is the
+ * to smaller than its initial value, since that value is the
* smallest reasonable one. If they want better timestamps they
* should use the non-"get"* functions.
*/