]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix spelling typo in comment
authorNick Clifton <nickc@cambridge.redhat.com>
Mon, 22 Oct 2001 09:10:04 +0000 (09:10 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 22 Oct 2001 09:10:04 +0000 (09:10 +0000)
From-SVN: r46407

gcc/ChangeLog
gcc/c-format.c

index d23a74bc06abbba6d384d02a0d2b66b933396023..322a6fe9daa34dbc45cba62e0e55e8fd9a5a2ee4 100644 (file)
@@ -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>
index acf780613d14c374bcbb1d579d18884a2a4ac507..5a52723ba12298e329354d8a7c05dc1e584ac628 100644 (file)
@@ -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
 {