aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1992-08-14 11:33:04 +0000
committerTorbjorn Granlund <tege@gnu.org>1992-08-14 11:33:04 +0000
commit858a47b165a39fff21125accb5f433a8e9e434d3 (patch)
tree5f04d94d766d3a8d6c1b28ed36b61afbe84bf2d4 /gcc/stmt.c
parent542bc952ded8003995cd768fe47face48f39c25b (diff)
downloadgcc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 7ee59b2..eb24d39 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -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 ||