diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-10 17:38:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-10 17:38:53 +0000 |
commit | bde8313852cd5ff12b3a7339f929955b0f945059 (patch) | |
tree | 5b6dd653367b4bb163d6b82631e03692c8dfe979 /gcc/ada/init.c | |
parent | c5d34bb2d63bc7c3525843da011e01da3d86562b (diff) | |
download | gcc-bde8313852cd5ff12b3a7339f929955b0f945059.zip gcc-bde8313852cd5ff12b3a7339f929955b0f945059.tar.gz gcc-bde8313852cd5ff12b3a7339f929955b0f945059.tar.bz2 |
adaint.c, [...]: Fix comment typos.
* adaint.c, init.c, tracebak.c: Fix comment typos.
* gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Fix typos.
From-SVN: r97950
Diffstat (limited to 'gcc/ada/init.c')
-rw-r--r-- | gcc/ada/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/init.c b/gcc/ada/init.c index 6e7356b..12a9bad 100644 --- a/gcc/ada/init.c +++ b/gcc/ada/init.c @@ -1318,7 +1318,7 @@ long __gnat_error_handler (int *, void *); still need to be handled by such handlers, however, in which case __gnat_error_handler needs to return SS$_RESIGNAL. Consider for instance the use of a third party library compiled with DECAda and - performing it's own exception handling internally. + performing its own exception handling internally. To allow some user-level flexibility, which conditions should be resignaled is controlled by a predicate function, provided with the |