# HG changeset patch # User Doug Simon # Date 1368435530 -7200 # Node ID 5d9b5cf6df2b3f3e683b6e310783f7ff8e202590 # Parent 8f9439edcf5b7f8c8a2351814e8e7f5f62167795 javadoc fix diff -r 8f9439edcf5b -r 5d9b5cf6df2b graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/extended/MemoryCheckpoint.java --- a/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/extended/MemoryCheckpoint.java Mon May 13 10:58:32 2013 +0200 +++ b/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/extended/MemoryCheckpoint.java Mon May 13 10:58:50 2013 +0200 @@ -26,9 +26,9 @@ import com.oracle.graal.nodes.extended.LocationNode.LocationIdentity; /** - * This interface marks is used for subclasses of {@link FixedNode} that kill a set of memory - * locations represented by location identities (i.e. change a value at one or more locations that - * belong to these location identities). + * This interface marks subclasses of {@link FixedNode} that kill a set of memory locations + * represented by location identities (i.e. change a value at one or more locations that belong to + * these location identities). */ public interface MemoryCheckpoint {