[rtems commit] timecounter: Merge FreeBSD change r298819

Sebastian Huber sebh at rtems.org
Thu Oct 12 05:08:01 UTC 2017


Module:    rtems
Branch:    master
Commit:    65f2cd7a75bb1829765ddea50cb63f30c4d04f51
Changeset: http://git.rtems.org/rtems/commit/?id=65f2cd7a75bb1829765ddea50cb63f30c4d04f51

Author:    Pedro Giffuni <pfg at FreeBSD.org>
Date:      Fri Apr 29 22:15:33 2016 +0000

timecounter: Merge FreeBSD change r298819

sys/kern: spelling fixes in comments.

No functional change.

Update #3175.

---

 cpukit/score/src/kern_tc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/score/src/kern_tc.c b/cpukit/score/src/kern_tc.c
index 20189cb..6955e84 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.
 	 */




More information about the vc mailing list