aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libjava/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index cb48b1b..7db8af5 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -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>