summaryrefslogtreecommitdiff
path: root/vm/reference/gnu/classpath/jdwp/VMFrame.java
diff options
context:
space:
mode:
authorAaron Luchko <aluchko@redhat.com>2005-08-13 01:12:13 +0000
committerAaron Luchko <aluchko@redhat.com>2005-08-13 01:12:13 +0000
commit29a3d30388e0f469577334c2fc8769aba403abed (patch)
tree712e8b9306eef7e7b905f95c8a1fc65cdaec74ec /vm/reference/gnu/classpath/jdwp/VMFrame.java
parent3ab9c9b13763c87a24aef86d84c98932467b247d (diff)
downloadclasspath-29a3d30388e0f469577334c2fc8769aba403abed.tar.gz
2005-08-12 Aaron Luchko <aluchko@redhat.com>
* vm/reference/gnu/classpath/jdwp/VMFrame.java(getValue): Fix typo in comment.
Diffstat (limited to 'vm/reference/gnu/classpath/jdwp/VMFrame.java')
-rw-r--r--vm/reference/gnu/classpath/jdwp/VMFrame.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/reference/gnu/classpath/jdwp/VMFrame.java b/vm/reference/gnu/classpath/jdwp/VMFrame.java
index aea2b4811..aa1f0b22e 100644
--- a/vm/reference/gnu/classpath/jdwp/VMFrame.java
+++ b/vm/reference/gnu/classpath/jdwp/VMFrame.java
@@ -69,7 +69,7 @@ public class VMFrame
/**
* 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);