diff options
author | Torbjorn Granlund <tege@gnu.org> | 1992-08-14 11:33:04 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1992-08-14 11:33:04 +0000 |
commit | 858a47b165a39fff21125accb5f433a8e9e434d3 (patch) | |
tree | 5f04d94d766d3a8d6c1b28ed36b61afbe84bf2d4 /gcc/stmt.c | |
parent | 542bc952ded8003995cd768fe47face48f39c25b (diff) | |
download | gcc-858a47b165a39fff21125accb5f433a8e9e434d3.zip gcc-858a47b165a39fff21125accb5f433a8e9e434d3.tar.gz gcc-858a47b165a39fff21125accb5f433a8e9e434d3.tar.bz2 |
Fix spelling errors in comments.
From-SVN: r1825
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3856,7 +3856,7 @@ expand_end_case (orig_index) emit_label (table_label); /* This would be a lot nicer if CASE_VECTOR_PC_RELATIVE - were an expression, instead of a an #ifdef/#ifndef. */ + were an expression, instead of an #ifdef/#ifndef. */ if ( #ifdef CASE_VECTOR_PC_RELATIVE 1 || |