]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/genattrtab.c
c-decl.c: Fix comment formatting.
[thirdparty/gcc.git] / gcc / genattrtab.c
index d34fde26213dc3e8a25a0ae31559edff8e84e631..7024c01793b8c0603b102e9bc64de684ccc2598c 100644 (file)
@@ -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.  */
 };