# HG changeset patch # User Lukas Stadler # Date 1368720919 -7200 # Node ID 4c2c99854535c9a967e15d5126d28876a210c626 # Parent 2dc020b33a6e2f6b2052247dd382f1f066b70032 typo in StructuredGraph diff -r 2dc020b33a6e -r 4c2c99854535 graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/StructuredGraph.java --- a/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/StructuredGraph.java Thu May 16 18:14:55 2013 +0200 +++ b/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/StructuredGraph.java Thu May 16 18:15:19 2013 +0200 @@ -218,7 +218,7 @@ } /** - * Unlinks a node from all its control flow neighbours and then removes it from its graph. The + * Unlinks a node from all its control flow neighbors and then removes it from its graph. The * node must have no {@linkplain Node#usages() usages}. * * @param node the node to be unlinked and removed