function entry and exit sequences suitable for use in an interrupt
handler when this attribute is present.
-Note, interrupt handlers for ther H8/300 and H8/300H processors can be
+Note, interrupt handlers for the H8/300 and H8/300H processors can be
specified via the @code{interrupt_handler} attribute.
Note, on the AVR interrupts will be enabled inside the function.
void f () __attribute__ ((interrupt ("IRQ")));
@end smallexample
-Permissable values for this parameter are: IRQ, FIQ, SWI, ABORT and UNDEF.
+Permissible values for this parameter are: IRQ, FIQ, SWI, ABORT and UNDEF.
@item eightbit_data
@cindex eight bit data on the H8/300 and H8/300H