aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-08-22 06:45:14 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-08-22 06:45:14 +0000
commitbeb235f8964321e02e492c9b6856a1ca56f2e027 (patch)
treeb240bf213337fa404942e0e2bdbb6534d89eb5e0 /gcc/genattrtab.c
parent2b72593e40e7c04cf3fe7cdb35878c307825b3a9 (diff)
downloadgcc-beb235f8964321e02e492c9b6856a1ca56f2e027.zip
gcc-beb235f8964321e02e492c9b6856a1ca56f2e027.tar.gz
gcc-beb235f8964321e02e492c9b6856a1ca56f2e027.tar.bz2
c-decl.c: Fix comment formatting.
* c-decl.c: Fix comment formatting. * cfgrtl.c: Likewise. * combine.c: Likewise. * convert.c: Likewise. * dominance.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * expmed.c: Likewise. * fold-const.c: Likewise. * gcov.c: Likewise. * genattrtab.c: Likewise. * ggc-common.c: Likewise. * mips-tfile.c: Likewise. * regmove.c: Likewise. From-SVN: r70677
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r--gcc/genattrtab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c
index d34fde2..7024c01 100644
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -183,8 +183,8 @@ struct attr_desc
unsigned unsigned_p : 1; /* Make the output function unsigned int. */
unsigned is_const : 1; /* Attribute value constant for each run. */
unsigned is_special : 1; /* Don't call `write_attr_set'. */
- unsigned func_units_p : 1; /* this is the function_units attribute */
- unsigned blockage_p : 1; /* this is the blockage range function */
+ unsigned func_units_p : 1; /* This is the function_units attribute. */
+ unsigned blockage_p : 1; /* This is the blockage range function. */
unsigned static_p : 1; /* Make the output function static. */
};