summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorths <ths>2007-08-26 17:31:30 +0000
committerths <ths>2007-08-26 17:31:30 +0000
commit0ee12b2afdbec29de12cf857798b8c946e4680cf (patch)
tree05262e8556478eed5fd39d36b23070c81bd65d7b
parent1e45ad9ecaeefa1941f751c087758a5e1076a609 (diff)
Fix typo in comment, by Andreas Faerber.
-rw-r--r--qemu/vl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/vl.c b/qemu/vl.c
index 00de846d..53b46259 100644
--- a/qemu/vl.c
+++ b/qemu/vl.c
@@ -1373,7 +1373,7 @@ static void dynticks_rearm_timer(struct qemu_alarm_timer *t)
}
}
-#endif /* !defined(__linux__) */
+#endif /* defined(__linux__) */
static int unix_start_timer(struct qemu_alarm_timer *t)
{