diff options
author | tege <tege@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-14 11:33:04 +0000 |
---|---|---|
committer | tege <tege@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-08-14 11:33:04 +0000 |
commit | df5e872e0ce22697473dd596a72bf54f02460a80 (patch) | |
tree | 5f04d94d766d3a8d6c1b28ed36b61afbe84bf2d4 /gcc/stmt.c | |
parent | c12a63353b31fecda9bdb2ee9791a8571252a622 (diff) | |
download | gcc-df5e872e0ce22697473dd596a72bf54f02460a80.tar.gz |
Fix spelling errors in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1825 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c index 7ee59b2a407..eb24d39b57b 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 || |