diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2000-12-08 19:57:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2000-12-08 19:57:06 +0000 |
commit | a7cf60a24f84010fa9084d4fb89b236ee9c96454 (patch) | |
tree | ca1e6057906837538e769d2d01a8fbec57976d51 /gcc | |
parent | 29fe0479819d1212b18f7e577fb3ebcfad3d4ce5 (diff) | |
download | gcc-a7cf60a24f84010fa9084d4fb89b236ee9c96454.zip gcc-a7cf60a24f84010fa9084d4fb89b236ee9c96454.tar.gz gcc-a7cf60a24f84010fa9084d4fb89b236ee9c96454.tar.bz2 |
Fix spelling typo
From-SVN: r38137
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/extend.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/extend.texi b/gcc/extend.texi index 9950dde..f096ae7 100644 --- a/gcc/extend.texi +++ b/gcc/extend.texi @@ -1767,7 +1767,7 @@ specified function is an interrupt handler. The compiler will generate 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. @@ -1779,7 +1779,7 @@ adding an optional parameter to the interrupt attribute like this: 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 |