diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-07-29 15:01:51 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-07-29 15:01:51 +0000 |
commit | 9e4eb5598d347211a5a50b791bcbea863dfba49b (patch) | |
tree | a79ac23ee5a75b18e8d7d071cfb7640524cc87fd /gcc/ada/initialize.c | |
parent | 536fa7b7bb0cec076111790ba059d5c5005680eb (diff) | |
download | gcc-9e4eb5598d347211a5a50b791bcbea863dfba49b.zip gcc-9e4eb5598d347211a5a50b791bcbea863dfba49b.tar.gz gcc-9e4eb5598d347211a5a50b791bcbea863dfba49b.tar.bz2 |
* decl.c, init.c, initialize.c: Fix comment typos.
From-SVN: r102556
Diffstat (limited to 'gcc/ada/initialize.c')
-rw-r--r-- | gcc/ada/initialize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/initialize.c b/gcc/ada/initialize.c index 266e0c4..9d00698 100644 --- a/gcc/ada/initialize.c +++ b/gcc/ada/initialize.c @@ -123,7 +123,7 @@ __gnat_initialize (void *eh) constructor fashion, typically triggered by the VxWorks loader. This is achieved by way of a special variable declaration in the crt object, the name of which has been deduced by analyzing the output of the "munching" - step documented for C++. The de-registration is handled symetrically, + 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 |