On Fri, 2005-08-12 at 13:28 -0600, Tom Tromey wrote: > >>>>> "Aaron" == Aaron Luchko <[EMAIL PROTECTED]> writes: > > Aaron> + * @param slot the slot containing the varialbe > > Typo in 'variable'.
Oops I really need to get that eclipse spell checker working :) That should be all for this big glut of patches I have lying around. thanks, Aaron ChangeLog 2005-08-12 Aaron Luchko <[EMAIL PROTECTED]> * vm/reference/gnu/classpath/jdwp/VMFrame.java(getValue): Fix typo in comment. Index: VMFrame.java =================================================================== RCS file: /cvsroot/classpath/classpath/vm/reference/gnu/classpath/jdwp/VMFrame.java,v retrieving revision 1.1 diff -u -r1.1 VMFrame.java --- VMFrame.java 12 Aug 2005 19:25:50 -0000 1.1 +++ VMFrame.java 13 Aug 2005 01:09:13 -0000 @@ -69,7 +69,7 @@ /** * Returns the value of the variable in the given slot. * - * @param slot the slot containing the varialbe + * @param slot the slot containing the variable */ public native Object getValue(int slot); _______________________________________________ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches