diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7dcf4b92ad06cc09abe8a3540b7579f4f410659a..7dcd7fa3791d5bb827304e629d8a988c77ba6dfa 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 24 23:43:03 1999  Mark Mitchell  <mark@codesourcery.com>
+
+	* flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
+	NOTE_INSN_EH_REGION_END correctly.
+
 Tue Aug 24 23:26:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
 
 	* loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
diff --git a/gcc/flow.c b/gcc/flow.c
index 27e8355bb34eb11fca34d69d0fb96c00dcb6f82d..d1b493bbe5abd34f956f71197347af33a7e8b805 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -1685,8 +1685,8 @@ delete_block (b)
      label for an exception handler which can't be reached.
 
      We need to remove the label from the exception_handler_label list
-     and remove the associated NOTE_EH_REGION_BEG and NOTE_EH_REGION_END
-     notes.  */
+     and remove the associated NOTE_INSN_EH_REGION_BEG and
+     NOTE_INSN_EH_REGION_END notes.  */
 
   insn = b->head;