diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-29 15:01:51 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-29 15:01:51 +0000 |
commit | 76bc3d2b3de06ce10583219178f48a0e53143048 (patch) | |
tree | a79ac23ee5a75b18e8d7d071cfb7640524cc87fd /gcc/ada/initialize.c | |
parent | 738571e87c2c95ca446849e5aec56aa89f9c9b1e (diff) | |
download | gcc-76bc3d2b3de06ce10583219178f48a0e53143048.tar.gz |
* decl.c, init.c, initialize.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102556 138bc75d-0d04-0410-961f-82ee72b054a4
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 266e0c4b981..9d00698b37f 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 |