summaryrefslogtreecommitdiff
path: root/gcc/c-dump.c
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-29 23:01:45 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-29 23:01:45 +0000
commit734c98be2fd930f3009992deff335dd029eea132 (patch)
treea0825327a8a0624c678d9454f1795c441d7adff8 /gcc/c-dump.c
parent5f155d21f21610a73527c6ae0046a3f68061bf10 (diff)
downloadgcc-734c98be2fd930f3009992deff335dd029eea132.tar.gz
* ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10,
FSFChangeLog.11, c-common.c, c-common.def, c-common.h, c-decl.c, c-dump.c, c-typeck.c, except.c, sdbout.c, simplify-rtx.c, timevar.h, tree.h, varasm.c: Fix spelling errors and typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46621 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-dump.c')
-rw-r--r--gcc/c-dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-dump.c b/gcc/c-dump.c
index 5c792683f33..7f3dbdd3734 100644
--- a/gcc/c-dump.c
+++ b/gcc/c-dump.c
@@ -545,7 +545,7 @@ dequeue_and_dump (di)
break;
case CASE_LABEL:
- /* Note that a case label is not like other statments; there is
+ /* Note that a case label is not like other statements; there is
no way to get the line-number of a case label. */
dump_child ("low", CASE_LOW (t));
dump_child ("high", CASE_HIGH (t));