Fix a typo.

This commit is contained in:
John Baldwin 2013-12-05 21:58:02 +00:00
parent 44ddb776c6
commit 5c79f1f9df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259015
3 changed files with 3 additions and 3 deletions

View File

@ -833,7 +833,7 @@ cpu_idle(int busy)
/* Call main idle method. */
cpu_idle_fn(sbt);
/* Switch timers mack into active mode. */
/* Switch timers back into active mode. */
if (!busy) {
cpu_activeclock();
critical_exit();

View File

@ -1416,7 +1416,7 @@ cpu_idle(int busy)
/* Call main idle method. */
cpu_idle_fn(sbt);
/* Switch timers mack into active mode. */
/* Switch timers back into active mode. */
if (!busy) {
cpu_activeclock();
critical_exit();

View File

@ -1228,7 +1228,7 @@ cpu_idle(int busy)
/* Call main idle method. */
cpu_idle_fn(sbt);
/* Switch timers mack into active mode. */
/* Switch timers back into active mode. */
if (!busy) {
cpu_activeclock();
critical_exit();