aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/frv/frvbegin.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-12-13 04:44:12 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-12-13 04:44:12 +0000
commit839a4992763cebcd13bb32ce3db276aacfc9202f (patch)
treed9001101e775f138ac18b4710a96538eb9e267a3 /gcc/config/frv/frvbegin.c
parentda1d7781e46e20a148ec5e277fb891301616e7c6 (diff)
downloadgcc-839a4992763cebcd13bb32ce3db276aacfc9202f.zip
gcc-839a4992763cebcd13bb32ce3db276aacfc9202f.tar.gz
gcc-839a4992763cebcd13bb32ce3db276aacfc9202f.tar.bz2
vxlib.c: Fix comment typos.
* config/vxlib.c: Fix comment typos. * config/alpha/alpha.c: Likewise. * config/arm/arm.c: Likewise. * config/arm/arm.md: Likewise. * config/c4x/c4x.c: Likewise. * config/c4x/c4x.md: Likewise. * config/cris/cris.h: Likewise. * config/cris/cris.md: Likewise. * config/fr30/fr30.c: Likewise. * config/fr30/fr30.h: Likewise. * config/fr30/fr30.md: Likewise. * config/frv/frv.c: Likewise. * config/frv/frv.md: Likewise. * config/frv/frvbegin.c: Likewise. * config/i386/athlon.md: Likewise. * config/i386/i386.c: Likewise. * config/i386/i386.md: Likewise. * config/i386/sco5.h: Likewise. * config/ia64/ia64.md: Likewise. * config/ip2k/ip2k.c: Likewise. * config/ip2k/ip2k.md: Likewise. * config/m68hc11/m68hc11.h: Likewise. * config/m68k/m68k.h: Likewise. * config/mips/mips.c: Likewise. * config/rs6000/rs6000.c: Likewise. * config/s390/s390.md: Likewise. * config/sh/sh.h: Likewise. * config/sparc/sparc.md: Likewise. * config/v850/v850.c: Likewise. * config/v850/v850.h: Likewise. * config/v850/v850.md: Likewise. * config/xtensa/xtensa.c: Likewise. From-SVN: r74596
Diffstat (limited to 'gcc/config/frv/frvbegin.c')
-rw-r--r--gcc/config/frv/frvbegin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/frv/frvbegin.c b/gcc/config/frv/frvbegin.c
index b1b4341..82f9500 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)
{