summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-14 15:57:42 +0000
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-14 15:57:42 +0000
commit3326ed936ffd77397e507a7fa5eb21f7d210d3fd (patch)
treef70915920bef9166f8bd2c9df01764058e76c80f
parent50abdc9618b570631b46dd9727635d5c9d6392f2 (diff)
downloadppe42-gcc-3326ed936ffd77397e507a7fa5eb21f7d210d3fd.tar.gz
ppe42-gcc-3326ed936ffd77397e507a7fa5eb21f7d210d3fd.zip
* stmt.c: Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58124 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/stmt.c2
2 files changed, 5 insertions, 1 deletions
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 <aldyh@redhat.com>
+
+ * stmt.c: Fix typo in comment.
+
Mon Oct 14 11:35:49 2002 J"orn Rennecke <joern.rennecke@superh.com>
* 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 *));
OpenPOWER on IntegriCloud