summaryrefslogtreecommitdiff
path: root/gcc/sdbout.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/sdbout.c
parentf57fc998eeab27e8292de128b37c94ffa37d8409 (diff)
downloadgcc-e0a21ab90e2c3f7ceccac31326cb8658c88f41a2.tar.gz
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/sdbout.c')
-rw-r--r--gcc/sdbout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c
index 9175417a758..b6380ebb821 100644
--- a/gcc/sdbout.c
+++ b/gcc/sdbout.c
@@ -1159,7 +1159,7 @@ sdbout_one_type (tree type)
}
}
- /* output the individual fields */
+ /* Output the individual fields. */
if (TREE_CODE (type) == ENUMERAL_TYPE)
{
@@ -1206,7 +1206,7 @@ sdbout_one_type (tree type)
}
PUT_SDB_ENDEF;
}
- /* output end of a structure,union, or enumeral definition */
+ /* Output end of a structure,union, or enumeral definition. */
PUT_SDB_PLAIN_DEF ("eos");
PUT_SDB_INT_VAL (size);