diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2001-08-13 18:41:20 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2001-08-13 18:41:20 +0200 |
commit | 1675749548d337aac3afc31f9e6fa6089cf1800b (patch) | |
tree | f94fad4ac725ba19818fa63733456cc6d19ebc02 /gcc/gcc.c | |
parent | e78d8e5137ccd2a55617befdc052d1860e7f09f1 (diff) | |
download | gcc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |