diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-08-26 17:31:30 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-08-26 17:31:30 +0000 |
commit | 70744b3ab889cd0d16992e1ad13fbde157c416ba (patch) | |
tree | d9b542bab38d49b5ed8422516daecd69c79ea352 | |
parent | 231c658672dac7a6b776433bab42bb04727fb919 (diff) |
Fix typo in comment, by Andreas Faerber.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3143 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | 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) { |