OSDN Git Service

Fix typos for 2002-03-08 entry.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Apr 2002 05:11:31 +0000 (05:11 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Apr 2002 05:11:31 +0000 (05:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52703 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog

index b1d06e0..e140a52 100644 (file)
@@ -362,9 +362,9 @@ Thu Mar 28 13:22:22 CET 2002  Jan Hubicka  <jh@suse.cz>
 
        Fix for PR java/5812.
        * expr.c (build_java_jsr):  Take pc arguments, and do lookup_label
-       gere instead of in JSR macro.  Likewise with load_type_state call.
+       here instead of in JSR macro.  Likewise with load_type_state call.
        Do the latter on if the return_pc has been verified (the jsr returns).
-       (JSR):  No just call build_java_jsr.
+       (JSR):  Now just call build_java_jsr.
 
 2002-03-07  Jeff Sturm  <jsturm@one-point.com>