Improved ChangeLog entry for verify.cc (is_assignable_from_slow).
authorPer Bothner <bothner@gcc.gnu.org>
Thu, 24 Jan 2002 20:10:17 +0000 (12:10 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 24 Jan 2002 20:10:17 +0000 (12:10 -0800)
From-SVN: r49190

libjava/ChangeLog

index cb48b1b..7db8af5 100644 (file)
@@ -1,7 +1,7 @@
 2002-01-24  Per Bothner  <per@bothner.com>
 
-       * verify.cc (is_assignable_from_slow): If source is an interface,
-       we must also check the the superclass.
+       * verify.cc (is_assignable_from_slow): If target is an interface,
+       we must still check the source's superclass before giving up.
 
 2002-01-24  Tom Tromey  <tromey@redhat.com>