This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] target.h: Remove texi jargons in comments.


Hi,

Both are my bad.  Committed as obvious.

Kazu Hirata

2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>

	* target.h: Remove texi jargons in comments.

Index: target.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/target.h,v
retrieving revision 1.80
diff -u -r1.80 target.h
--- target.h	2 Mar 2004 22:32:26 -0000	1.80
+++ target.h	3 Mar 2004 06:26:40 -0000
@@ -416,13 +416,13 @@
   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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]