]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* target.h: Remove texi jargons in comments.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 3 Mar 2004 06:31:00 +0000 (06:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 3 Mar 2004 06:31:00 +0000 (06:31 +0000)
From-SVN: r78822

gcc/ChangeLog
gcc/target.h

index 98c43fc274a5884c665f01214f6558c1fed6f38d..e2b2959f20dced6b0585c207a2ebd93e9d231d38 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * target.h: Remove texi jargons in comments.
+
 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/lib1funcs.asm (___fixunssfsi): Change the
index 858c82ad31af8f76e23a5a6825e66c2e55cc62e6..7366215cb9311040f32d44a111e957057eeef04f 100644 (file)
@@ -416,13 +416,13 @@ struct gcc_target
   void * (* get_pch_validity) (size_t *);
   const char * (* pch_valid_p) (const void *, size_t);
 
-  /* True if the compiler should give an @code{enum} type only as many
+  /* True if the compiler should give an enum type only as many
      bytes as it takes to represent the range of possible values of
      that type.  */
   bool (* default_short_enums) (void);
 
   /* This target hook returns an rtx that is used to store the address
-     of the current frame into the built in @code{setjmp} buffer.  */
+     of the current frame into the built-in setjmp buffer.  */
   rtx (* builtin_setjmp_frame_value) (void);
 
   /* Leave the boolean fields at the end.  */