aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/adaint.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-10 17:38:53 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-10 17:38:53 +0000
commitbde8313852cd5ff12b3a7339f929955b0f945059 (patch)
tree5b6dd653367b4bb163d6b82631e03692c8dfe979 /gcc/ada/adaint.c
parentc5d34bb2d63bc7c3525843da011e01da3d86562b (diff)
downloadgcc-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/adaint.c')
-rw-r--r--gcc/ada/adaint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/adaint.c b/gcc/ada/adaint.c
index 6d65efd..b98b52c 100644
--- a/gcc/ada/adaint.c
+++ b/gcc/ada/adaint.c
@@ -1308,7 +1308,7 @@ __gnat_set_env_value (char *name, char *value)
*next = 0;
ile_array[i].len = strlen (curr);
- /* Code 2 from lnmdef.h means its a string. */
+ /* Code 2 from lnmdef.h means it's a string. */
ile_array[i].code = 2;
ile_array[i].adr = curr;
@@ -2204,7 +2204,7 @@ __gnat_to_canonical_dir_spec (char *dirspec, int prefixflag)
}
/* Translate a VMS syntax file specification into Unix syntax.
- If no indicators of VMS syntax found, check if its an uppercase
+ If no indicators of VMS syntax found, check if it's an uppercase
alphanumeric_ name and if so try it out as an environment
variable (logical name). If all else fails return the
input string. */