aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-format.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@cambridge.redhat.com>2001-10-22 09:10:04 +0000
committerNick Clifton <nickc@gcc.gnu.org>2001-10-22 09:10:04 +0000
commit857236af62494c500b3350f20ef9ff906f3f1122 (patch)
tree19e5ff9680279931f8798dcfc87e46d87d313a22 /gcc/c-format.c
parentf2d40127e2d0a0ca0be19db29963e37032fc984a (diff)
downloadgcc-857236af62494c500b3350f20ef9ff906f3f1122.zip
gcc-857236af62494c500b3350f20ef9ff906f3f1122.tar.gz
gcc-857236af62494c500b3350f20ef9ff906f3f1122.tar.bz2
fix spelling typo in comment
From-SVN: r46407
Diffstat (limited to 'gcc/c-format.c')
-rw-r--r--gcc/c-format.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-format.c b/gcc/c-format.c
index acf7806..5a52723 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
{