interrupts: Typo correction (pooling -> polling)
authorJakob Gruber <jakob.gruber@gmail.com>
Tue, 31 Jul 2012 08:45:07 +0000 (10:45 +0200)
committerJakob Gruber <jakob.gruber@gmail.com>
Tue, 31 Jul 2012 11:06:00 +0000 (13:06 +0200)
simavr/sim/sim_interrupts.c

index 0d98c9f..a9606a0 100644 (file)
@@ -98,7 +98,7 @@ avr_raise_interrupt(
                return 0;
        }
        // always mark the 'raised' flag to one, even if the interrupt is disabled
-       // this allow "pooling" for the "raised" flag, like for non-interrupt
+       // this allow "polling" for the "raised" flag, like for non-interrupt
        // driven UART and so so. These flags are often "write one to clear"
        if (vector->raised.reg)
                avr_regbit_set(avr, vector->raised);