From dd49a9ecc483625d6ec53a65c092cf92807fe84e Mon Sep 17 00:00:00 2001 From: Theodore Papadopoulo Date: Mon, 13 Aug 2001 17:14:54 +0200 Subject: 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 --- gcc/varasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/varasm.c') diff --git a/gcc/varasm.c b/gcc/varasm.c index 5f2810a..57c3aab 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -248,7 +248,7 @@ data_section () } } /* Tell assembler to ALWAYS switch to data section, in case - it's not sure where it it. */ + it's not sure where it is. */ void force_data_section () -- cgit v1.1