classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] [RFA/JDWP] Frame.java


From: Aaron Luchko
Subject: Re: [cp-patches] [RFA/JDWP] Frame.java
Date: Fri, 12 Aug 2005 21:13:35 -0400

On Fri, 2005-08-12 at 13:28 -0600, Tom Tromey wrote:
> >>>>> "Aaron" == Aaron Luchko <address@hidden> 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  <address@hidden>
        * 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);
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]