diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-22 06:45:14 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-22 06:45:14 +0000 |
commit | 139c3f48a40399b7fc3f76d0f5d5ef78da8b3c8d (patch) | |
tree | b240bf213337fa404942e0e2bdbb6534d89eb5e0 /gcc/genattrtab.c | |
parent | ca1fae792dfa1fe61280cf8d0ada10375a90fd70 (diff) | |
download | gcc-139c3f48a40399b7fc3f76d0f5d5ef78da8b3c8d.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70677 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index d34fde26213..7024c01793b 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. */ }; |