diff options
author | ths <ths> | 2007-08-26 17:31:30 +0000 |
---|---|---|
committer | ths <ths> | 2007-08-26 17:31:30 +0000 |
commit | 0ee12b2afdbec29de12cf857798b8c946e4680cf (patch) | |
tree | 05262e8556478eed5fd39d36b23070c81bd65d7b | |
parent | 1e45ad9ecaeefa1941f751c087758a5e1076a609 (diff) |
Fix typo in comment, by Andreas Faerber.
-rw-r--r-- | qemu/vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |