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/tracebak.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/tracebak.c')
-rw-r--r-- | gcc/ada/tracebak.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/tracebak.c b/gcc/ada/tracebak.c index b55f851..773db24 100644 --- a/gcc/ada/tracebak.c +++ b/gcc/ada/tracebak.c @@ -212,7 +212,7 @@ struct layout function is located in it's caller's frame, and the save operation only takes place if the function performs a call. - To have __gnat_backtrace retrieve it's own return address, we then + To have __gnat_backtrace retrieve its own return address, we then define ... */ #define FORCE_CALL |