1
0
Fork 0

Include debian general spelling suggestions.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3530
This commit is contained in:
Peter Veenstra 2010-01-11 10:09:46 +00:00
parent 984e627dd1
commit b8dd53b7fc
6 changed files with 13 additions and 13 deletions

View file

@ -315,7 +315,7 @@ void PIC_runIRQs(void) {
if (!irqs[i].masked && irqs[i].active) {
/* the irq line is active. it's not masked and
* the irq is allowed priority wise. So let's start it */
/* If started succesfully return, else go for the next */
/* If started successfully return, else go for the next */
if(PIC_startIRQ(i)) return;
}
}