aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorTheodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>2001-08-13 17:14:54 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2001-08-13 17:14:54 +0200
commitdd49a9ecc483625d6ec53a65c092cf92807fe84e (patch)
tree079b9ac1ad1f33ac1f08074eb350989cda5e8122 /gcc/gcc.c
parente961606cfd568508e8d96323c49ec731e9b231af (diff)
downloadgcc-dd49a9ecc483625d6ec53a65c092cf92807fe84e.zip
gcc-dd49a9ecc483625d6ec53a65c092cf92807fe84e.tar.gz
gcc-dd49a9ecc483625d6ec53a65c092cf92807fe84e.tar.bz2
dwarf2out.c (output_cfa_loc): Fix typo in comment.
* dwarf2out.c (output_cfa_loc): Fix typo in comment. * gcc.c (init_spec): Fix typo in comment. * varasm.c (data_section): Fix typo in comment. From-SVN: r44855
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 5d18063..835e7e6 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 extant libgcc_spec into one that uses the shared libgcc
+ /* Transform the extent libgcc_spec into one that uses the shared libgcc
when given the proper command line arguments. */
while (*p)
{