sim-card
/
qemu
Archived
10
0
Fork 0

Fix typo in comment, by Andreas Faerber.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3143 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-08-26 17:31:30 +00:00
parent 231c658672
commit 70744b3ab8
1 changed files with 1 additions and 1 deletions

2
vl.c
View File

@ -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)
{