diff options
| author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-24 20:10:17 +0000 |
|---|---|---|
| committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-24 20:10:17 +0000 |
| commit | 0d3a5800dc33b63933f79d8953a3234915334033 (patch) | |
| tree | 58467e1da7fd76f0f164af48222550c7ecb65e82 /libjava | |
| parent | 5ee367d9be2d58f575deaca9096a09387ba90b40 (diff) | |
| download | ppe42-gcc-0d3a5800dc33b63933f79d8953a3234915334033.tar.gz ppe42-gcc-0d3a5800dc33b63933f79d8953a3234915334033.zip | |
Improved ChangeLog entry for verify.cc (is_assignable_from_slow).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49190 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
| -rw-r--r-- | libjava/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index cb48b1bf8ff..7db8af50acd 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> |

