kernel/fork.c: fix typos
[linux-2.6-microblaze.git] / kernel / sched / cputime.c
index 2c36a5f..872e481 100644 (file)
@@ -563,7 +563,7 @@ void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev,
 
        /*
         * If either stime or utime are 0, assume all runtime is userspace.
-        * Once a task gets some ticks, the monotonicy code at 'update:'
+        * Once a task gets some ticks, the monotonicity code at 'update:'
         * will ensure things converge to the observed ratio.
         */
        if (stime == 0) {