aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/env.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-05-28 18:03:28 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-05-28 18:03:28 +0000
commitce2e12c27eebde4eedb1b95f69cda8662bf9ee3d (patch)
tree476907f2cf934fdc4751893878c1d3f0fa3b64c3 /gcc/ada/env.c
parente2ae1407d3a0429fada6ff23f38ebf96bd62bd73 (diff)
downloadgcc-ce2e12c27eebde4eedb1b95f69cda8662bf9ee3d.zip
gcc-ce2e12c27eebde4eedb1b95f69cda8662bf9ee3d.tar.gz
gcc-ce2e12c27eebde4eedb1b95f69cda8662bf9ee3d.tar.bz2
decl.c, [...]: Fix comment typos.
* decl.c, env.c, gigi.h, init.c, initialize.c, raise-gcc.c, sem_ch13.adb, sysdep.c, targtyps.c, tb-alvxw.c, tracebak.c, trans.c, utils.c: Fix comment typos. Follow spelling conventions. * gnat_rm.texi, gnat_ugn.texi, : Fix typos. Follow spelling conventions. From-SVN: r114171
Diffstat (limited to 'gcc/ada/env.c')
-rw-r--r--gcc/ada/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/env.c b/gcc/ada/env.c
index 6b6cec6..9465a3e 100644
--- a/gcc/ada/env.c
+++ b/gcc/ada/env.c
@@ -227,7 +227,7 @@ void __gnat_unsetenv (char *name) {
have been allocated using malloc. To avoid this memory leak another
method can be used. It consists in forcing the reallocation of all the
strings in the environ table using malloc on the first call on the
- functions related to environment variable management. The disavantage
+ functions related to environment variable management. The disadvantage
is that if a program makes a direct call to getenv the return string
may be deallocated at some point. */
/* Note that on AIX, unsetenv is not supported on 5.1 but it is on 5.3.