#DOCUMENTATION by mawalch cvs_MAIN
authormawalch
Tue, 27 Sep 2016 15:18:24 +0200
branchcvs_MAIN
changeset 3620 f71c439661f8
parent 3618 ea11f9d8d23a
child 3628 8ab4d5916ba6
#DOCUMENTATION by mawalch class: JavaMethod comment/format in: #resolve
JavaMethod.st
--- a/JavaMethod.st	Mon Aug 22 11:54:37 2016 +0200
+++ b/JavaMethod.st	Tue Sep 27 15:18:24 2016 +0200
@@ -1844,12 +1844,12 @@
 
 resolve
     "Called by VM to resolve all references used by this method. When
-     successful (i.e., all references has been successfully resolved, a
+     successful (i.e., all references have been successfully resolved, a
      A_RESOLVED flag is set (to prevent VM from subsequent calls
      to this method)
 
-     Returns 1 if successfull, 0 if not (at least one reference
-     could not been resolved) or -1 when some (unspecified) erorr
+     Returns 1 if successful, 0 if not (at least one reference
+     could not be resolved) or -1 when some (unspecified) error
      occurs."
     "Marcel, continue here!! And ALWAYS commit ALL the code!! Sigh"