From 3a840c9310f4cf9160a8fab275b321fc554cc16c Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Mon, 14 Oct 2002 15:57:42 +0000 Subject: [PATCH] * stmt.c: Fix typo in comment. From-SVN: r58124 --- gcc/ChangeLog | 4 ++++ gcc/stmt.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 27f8889707c..1e5c0ed9d01 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-10-14 Aldy Hernandez + + * stmt.c: Fix typo in comment. + Mon Oct 14 11:35:49 2002 J"orn Rennecke * c-common.c (c_common_type_for_mode): Add V2HImode case. diff --git a/gcc/stmt.c b/gcc/stmt.c index 45ac3506b82..66233ce5324 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 *)); -- 2.30.2