diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/ProbeNode.java @ 20961:21298b90a6bf

Truffle/Instrumentation: Javadoc cleanup
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 14 Apr 2015 14:23:07 -0700
parents d7c48ee7ed4b
children d6d9631eb057
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/ProbeNode.java	Mon Apr 13 16:26:28 2015 -0700
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/ProbeNode.java	Tue Apr 14 14:23:07 2015 -0700
@@ -42,8 +42,9 @@
  * <p>
  * When Truffle clones an AST, the chain, including all attached {@linkplain Instrument instruments}
  * will be cloned along with the {@link WrapperNode} to which it is attached. An instance of
- * {@link Probe} represents abstractly the instrumentation at a particular location in a GL AST,
- * tracks the clones of the chain, and keeps the instrumentation attached to the clones consistent.
+ * {@link Probe} represents abstractly the instrumentation at a particular location in a Guest
+ * Language AST, tracks the clones of the chain, and keeps the instrumentation attached to the
+ * clones consistent.
  */
 @NodeInfo(cost = NodeCost.NONE)
 public final class ProbeNode extends Node implements TruffleEvents, InstrumentationNode {