diff options
Diffstat (limited to 'gcc/c-dump.c')
-rw-r--r-- | gcc/c-dump.c | 2 |
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)); |