Include debian general spelling suggestions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3530
This commit is contained in:
parent
984e627dd1
commit
b8dd53b7fc
6 changed files with 13 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue