aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpptrad.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-16 01:44:06 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-16 01:44:06 +0000
commite0a21ab90e2c3f7ceccac31326cb8658c88f41a2 (patch)
treed58fdf09d1370218eea249b7c56ec53f8e773a0e /gcc/cpptrad.c
parentf57fc998eeab27e8292de128b37c94ffa37d8409 (diff)
downloadgcc-e0a21ab90e2c3f7ceccac31326cb8658c88f41a2.zip
gcc-e0a21ab90e2c3f7ceccac31326cb8658c88f41a2.tar.gz
gcc-e0a21ab90e2c3f7ceccac31326cb8658c88f41a2.tar.bz2
c-common.h: Fix comment formatting.
* c-common.h: Fix comment formatting. * c-cppbuiltin.c: Likewise. * c-pragma.c: Likewise. * calls.c: Likewise. * collect2.c: Likewise. * cppcharset.c: Likewise. * cpptrad.c: Likewise. * dbxout.c: Likewise. * defaults.h: Likewise. * dwarf2out.c: Likewise. * fold-const.c: Likewise. * genautomata.c: Likewise. * genconditions.c: Likewise. * genflags.c: Likewise. * gengtype.c: Likewise. * integrate.c: Likewise. * loop.c: Likewise. * predict.c: Likewise. * sdbout.c: Likewise. From-SVN: r75957
Diffstat (limited to 'gcc/cpptrad.c')
-rw-r--r--gcc/cpptrad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpptrad.c b/gcc/cpptrad.c
index 08636ed..3d23cab 100644
--- a/gcc/cpptrad.c
+++ b/gcc/cpptrad.c
@@ -361,7 +361,7 @@ _cpp_scan_out_logical_line (cpp_reader *pfile, cpp_macro *macro)
pfile->out.cur = pfile->out.base;
pfile->out.first_line = pfile->line;
/* start_of_input_line is needed to make sure that directives really,
- really start at the first character of the line. */
+ really start at the first character of the line. */
start_of_input_line = pfile->buffer->cur;
new_context:
context = pfile->context;