aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2002-10-14 15:57:42 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2002-10-14 15:57:42 +0000
commit3a840c9310f4cf9160a8fab275b321fc554cc16c (patch)
treef70915920bef9166f8bd2c9df01764058e76c80f /gcc/stmt.c
parent7457a126c65882e63d8654856acb0f4daec51a92 (diff)
downloadgcc-3a840c9310f4cf9160a8fab275b321fc554cc16c.zip
gcc-3a840c9310f4cf9160a8fab275b321fc554cc16c.tar.gz
gcc-3a840c9310f4cf9160a8fab275b321fc554cc16c.tar.bz2
* stmt.c: Fix typo in comment.
From-SVN: r58124
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 45ac350..66233ce 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -391,7 +391,7 @@ struct stmt_status GTY(())
#define emit_lineno (cfun->stmt->x_emit_lineno)
#define goto_fixup_chain (cfun->stmt->x_goto_fixup_chain)
-/* Non-zero if we are using EH to handle cleanus. */
+/* Non-zero if we are using EH to handle cleanups. */
static int using_eh_for_cleanups_p = 0;
static int n_occurrences PARAMS ((int, const char *));