aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2001-08-13 18:41:20 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2001-08-13 18:41:20 +0200
commit1675749548d337aac3afc31f9e6fa6089cf1800b (patch)
treef94fad4ac725ba19818fa63733456cc6d19ebc02 /gcc/gcc.c
parente78d8e5137ccd2a55617befdc052d1860e7f09f1 (diff)
downloadgcc-1675749548d337aac3afc31f9e6fa6089cf1800b.zip
gcc-1675749548d337aac3afc31f9e6fa6089cf1800b.tar.gz
gcc-1675749548d337aac3afc31f9e6fa6089cf1800b.tar.bz2
gcc.c (init_spec): Revert last patch by Theodore Papadopoulo, the english is correct.
* gcc.c (init_spec): Revert last patch by Theodore Papadopoulo, the english is correct. From-SVN: r44860
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 835e7e6..5d18063 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1473,7 +1473,7 @@ init_spec ()
const char *p = libgcc_spec;
int in_sep = 1;
- /* Transform the extent libgcc_spec into one that uses the shared libgcc
+ /* Transform the extant libgcc_spec into one that uses the shared libgcc
when given the proper command line arguments. */
while (*p)
{