Fix typo.
authorAndrew Haley <aph@gcc.gnu.org>
Wed, 20 Aug 2003 16:26:27 +0000 (16:26 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Wed, 20 Aug 2003 16:26:27 +0000 (16:26 +0000)
From-SVN: r70604

libjava/ChangeLog

index 1cf3b82..99c2229 100644 (file)
@@ -20,8 +20,8 @@
 2003-08-19  Andrew Haley  <aph@redhat.com>
 
        * prims.cc (unblock_signal): New function.
-       (SIGNAL_HANDLER): Use it.
-       (SIGNAL_HANDLER): Likewise.
+       (catch_segv): Use it.
+       (catch_fpe): Likewise.
 
 2003-08-19  Danny Smith  <dannysmith@users.sourceforge.net>