From: Nick Clifton Date: Mon, 22 Oct 2001 09:10:04 +0000 (+0000) Subject: fix spelling typo in comment X-Git-Tag: prereleases/libstdc++-3.0.95~1485 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=857236af62494c500b3350f20ef9ff906f3f1122;p=thirdparty%2Fgcc.git fix spelling typo in comment From-SVN: r46407 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d23a74bc06ab..322a6fe9daa3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2001-10-22 Nick Clifton + * c-format.c: Fix spelling typo in comment. + * sched-int.h: Fix typo in GCC preamble. 2001-10-21 Craig Rodrigues diff --git a/gcc/c-format.c b/gcc/c-format.c index acf780613d14..5a52723ba122 100644 --- a/gcc/c-format.c +++ b/gcc/c-format.c @@ -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 {