diff options
Diffstat (limited to 'gcc/config/frv/frvbegin.c')
-rw-r--r-- | gcc/config/frv/frvbegin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/frv/frvbegin.c b/gcc/config/frv/frvbegin.c index b1b43413672..82f9500eab2 100644 --- a/gcc/config/frv/frvbegin.c +++ b/gcc/config/frv/frvbegin.c @@ -81,7 +81,7 @@ extern void __frv_deregister_eh(void) __attribute__((__destructor__)); extern func_ptr __EH_FRAME_BEGIN__[]; -/* Register the exeception handling table as the first constructor */ +/* Register the exception handling table as the first constructor */ void __frv_register_eh (void) { @@ -93,7 +93,7 @@ __frv_register_eh (void) /* Note, do not declare __{,de}register_frame_info weak as it seems to interfere with the pic support. */ -/* Unregister the exeception handling table as a deconstructor */ +/* Unregister the exception handling table as a deconstructor */ void __frv_deregister_eh (void) { |