# HG changeset patch # User Michael Van De Vanter # Date 1389917527 28800 # Node ID c8130737d27a8badded3bdd0e1026ac305907aad # Parent 966f65db51152e67c68b9f2b6bf7b945291100eb Truffle: Javadoc typo diff -r 966f65db5115 -r c8130737d27a graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/instrument/NodePhylum.java --- 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 (phyla) 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. *

* 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.