changeset 13661:c8130737d27a

Truffle: Javadoc typo
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Thu, 16 Jan 2014 16:12:07 -0800
parents 966f65db5115
children 91eebfc42e9f
files graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/instrument/NodePhylum.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/instrument/NodePhylum.java	Wed Jan 15 21:30:34 2014 +0100
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/instrument/NodePhylum.java	Thu Jan 16 16:12:07 2014 -0800
@@ -29,7 +29,7 @@
  * and other simple tool behavior. These categories (<em>phyla</em>) should correspond to program
  * structures that are meaningful to a programmer using the guest language. A Truffle node without a
  * proxy carrying some phylum should be treated as an artifact of the guest language implementation
- * and should never to the user of a guest language programming tool.
+ * and should never be visible to the user of a guest language programming tool.
  * <p>
  * Note that phyla are not intended to represent a partition of user-visible node categories, as the
  * relative categorization of nodes can change with the particular programming tasks at hand.