changeset 10852:df023d960636

Fixed comment typo.
author twisti
date Mon, 22 Jul 2013 21:42:21 -0700
parents cea4beb67bfd
children 22baf2a69f6d
files graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/DebugInfo.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/DebugInfo.java	Mon Jul 22 22:04:17 2013 +0200
+++ b/graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/DebugInfo.java	Mon Jul 22 21:42:21 2013 -0700
@@ -31,7 +31,7 @@
  * <ul>
  * <li>a {@linkplain #getBytecodePosition() bytecode position}</li>
  * <li>a reference map for {@linkplain #getRegisterRefMap() registers}</li>
- * <li>a reference map for {@linkplain #getRegisterRefMap() stack slots} in the current frame</li>
+ * <li>a reference map for {@linkplain #getFrameRefMap() stack slots} in the current frame</li>
  * <li>a map from bytecode locals and operand stack slots to their values or locations from which
  * their values can be read</li>
  * <li>a map from the registers (in the caller's frame) to the slots where they are saved in the