Commit 70744b3ab889cd0d16992e1ad13fbde157c416ba

Authored by ths
1 parent 231c6586

Fix typo in comment, by Andreas Faerber.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3143 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -1373,7 +1373,7 @@ static void dynticks_rearm_timer(struct qemu_alarm_timer *t)
1373 1373 }
1374 1374 }
1375 1375  
1376   -#endif /* !defined(__linux__) */
  1376 +#endif /* defined(__linux__) */
1377 1377  
1378 1378 static int unix_start_timer(struct qemu_alarm_timer *t)
1379 1379 {
... ...