aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/initialize.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-05-28 18:03:28 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-05-28 18:03:28 +0000
commitce2e12c27eebde4eedb1b95f69cda8662bf9ee3d (patch)
tree476907f2cf934fdc4751893878c1d3f0fa3b64c3 /gcc/ada/initialize.c
parente2ae1407d3a0429fada6ff23f38ebf96bd62bd73 (diff)
downloadgcc-ce2e12c27eebde4eedb1b95f69cda8662bf9ee3d.zip
gcc-ce2e12c27eebde4eedb1b95f69cda8662bf9ee3d.tar.gz
gcc-ce2e12c27eebde4eedb1b95f69cda8662bf9ee3d.tar.bz2
decl.c, [...]: Fix comment typos.
* decl.c, env.c, gigi.h, init.c, initialize.c, raise-gcc.c, sem_ch13.adb, sysdep.c, targtyps.c, tb-alvxw.c, tracebak.c, trans.c, utils.c: Fix comment typos. Follow spelling conventions. * gnat_rm.texi, gnat_ugn.texi, : Fix typos. Follow spelling conventions. From-SVN: r114171
Diffstat (limited to 'gcc/ada/initialize.c')
-rw-r--r--gcc/ada/initialize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/initialize.c b/gcc/ada/initialize.c
index 58d8ca8..0b86c2f 100644
--- a/gcc/ada/initialize.c
+++ b/gcc/ada/initialize.c
@@ -126,7 +126,7 @@ __gnat_initialize (void *eh)
step documented for C++. The de-registration is handled symmetrically,
a-la C++ destructor fashion and typically triggered by the dynamic
unloader. Note that since the tables shall be registered against a
- common datastructure, libgcc should be one of the modules (vs beeing
+ common datastructure, libgcc should be one of the modules (vs being
partially linked against all the others at build time) and shall be
loaded first.