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]

Fix spelling typo in c-format.c


Hi Guys,

  Here is a patch to fix a spelling typo in c-format.c: desribing =>
  describing.  Applied as obvious.

Cheers
        Nick

2001-10-22  Nick Clifton  <nickc@cambridge.redhat.com>

	* c-format.c: Fix spelling typo in comment.

Index: c-format.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-format.c,v
retrieving revision 1.13
diff -p -r1.13 c-format.c
*** c-format.c	2001/10/21 21:31:58	1.13
--- c-format.c	2001/10/22 09:07:57
*************** typedef struct
*** 399,405 ****
  } format_length_info;
  
  
! /* Structure desribing the combination of a conversion specifier
     (or a set of specifiers which act identically) and a length modifier.  */
  typedef struct
  {
--- 399,405 ----
  } format_length_info;
  
  
! /* Structure describing the combination of a conversion specifier
     (or a set of specifiers which act identically) and a length modifier.  */
  typedef struct
  {
*************** typedef struct
*** 420,426 ****
  #define NOLENGTHS	{ BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }
  
  
! /* Structure desribing a format conversion specifier (or a set of specifiers
     which act identically), and the length modifiers used with it.  */
  typedef struct
  {
--- 420,426 ----
  #define NOLENGTHS	{ BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }
  
  
! /* Structure describing a format conversion specifier (or a set of specifiers
     which act identically), and the length modifiers used with it.  */
  typedef struct
  {


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