]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Fix typo in comment, by Andreas Faerber.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 26 Aug 2007 17:31:30 +0000 (17:31 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 26 Aug 2007 17:31:30 +0000 (17:31 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3143 c046a42c-6fe2-441c-8c8c-71466251a162

vl.c

diff --git a/vl.c b/vl.c
index 00de846d9d33ac12850a081f2adb1bc1b2186fa6..53b46259abab32629199939039ec1b2156effe50 100644 (file)
--- a/vl.c
+++ b/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)
 {