fix spelling typo in comment
From-SVN: r46407
This commit is contained in:
parent
f2d40127e2
commit
857236af62
@ -1,5 +1,7 @@
|
||||
2001-10-22 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* c-format.c: Fix spelling typo in comment.
|
||||
|
||||
* sched-int.h: Fix typo in GCC preamble.
|
||||
|
||||
2001-10-21 Craig Rodrigues <rodrigc@gcc.gnu.org>
|
||||
|
@ -399,7 +399,7 @@ typedef struct
|
||||
} format_length_info;
|
||||
|
||||
|
||||
/* Structure desribing the combination of a conversion specifier
|
||||
/* Structure describing the combination of a conversion specifier
|
||||
(or a set of specifiers which act identically) and a length modifier. */
|
||||
typedef struct
|
||||
{
|
||||
@ -420,7 +420,7 @@ typedef struct
|
||||
#define NOLENGTHS { BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }
|
||||
|
||||
|
||||
/* Structure desribing a format conversion specifier (or a set of specifiers
|
||||
/* Structure describing a format conversion specifier (or a set of specifiers
|
||||
which act identically), and the length modifiers used with it. */
|
||||
typedef struct
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user