cselib.c: Fix comment formatting.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 12 Sep 2002 17:31:41 +0000 (17:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 12 Sep 2002 17:31:41 +0000 (17:31 +0000)
* cselib.c: Fix comment formatting.
* gengtype.c: Likewise.

From-SVN: r57076

gcc/ChangeLog
gcc/cselib.c
gcc/gengtype.c

index c853fed28e08223fa5dc30d8f1b745de9fc95e9e..6c59a20b82094ee8d2aa073ad8a7a16753be0ee0 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * cselib.c: Fix comment formatting.
+       * gengtype.c: Likewise.
+
 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/h8300.md (udivmodqi4): Do not use an expander.
index d9b6ee14e56f9dab47b0c3548fb5556c0c1ed9e2..18e3a4adb740ce2372566c328bd70ae3e88f9824 100644 (file)
@@ -105,7 +105,7 @@ static GTY((deletable (""))) varray_type reg_values_old;
 #define REG_VALUES(I) VARRAY_ELT_LIST (reg_values, (I))
 
 /* The largest number of hard regs used by any entry added to the
-   REG_VALUES table.  Cleared on each clear_table() invocation.   */
+   REG_VALUES table.  Cleared on each clear_table() invocation.  */
 static unsigned int max_value_regs;
 
 /* Here the set of indices I with REG_VALUES(I) != 0 is saved.  This is used
index ac6e2fff1f6b87dec46357182fa01cd1d44cde08..f180a1fd41e253d873de9b17c16ca4a6b5fbc94e 100644 (file)
@@ -118,7 +118,7 @@ do_typedef (s, t, pos)
   typedefs = p;
 }
 
-/* Return the type previously defined for S.  Use POS to report errors.   */
+/* Return the type previously defined for S.  Use POS to report errors.  */
 
 type_p
 resolve_typedef (s, pos)