aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/pc98/machdep.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2013-12-05 21:58:02 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2013-12-05 21:58:02 +0000
commit5c79f1f9dfd51a469179fe11902da447dde75b0e (patch)
tree0186df54d4d007cfb8f063d3bdba8f63f75e5a8f /sys/pc98/pc98/machdep.c
parent44ddb776c630074b5a1f7e57ce99a71b083d8280 (diff)
downloadsrc-5c79f1f9dfd51a469179fe11902da447dde75b0e.tar.gz
src-5c79f1f9dfd51a469179fe11902da447dde75b0e.zip
Fix a typo.
Notes
Notes: svn path=/head/; revision=259015
Diffstat (limited to 'sys/pc98/pc98/machdep.c')
-rw-r--r--sys/pc98/pc98/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index aec04c04fce3..0146cf32c192 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -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();