# HG changeset patch # User Doug Simon # Date 1426019203 -3600 # Node ID e968986402dc67f135528ae2df12868fb1bcfb18 # Parent 69b7ad0a3fda2a87015bb327acb10bbdd82695ff spelling fix diff -r 69b7ad0a3fda -r e968986402dc graal/com.oracle.graal.compiler.common/src/com/oracle/graal/compiler/common/CollectionsFactory.java --- a/graal/com.oracle.graal.compiler.common/src/com/oracle/graal/compiler/common/CollectionsFactory.java Tue Mar 10 21:26:02 2015 +0100 +++ b/graal/com.oracle.graal.compiler.common/src/com/oracle/graal/compiler/common/CollectionsFactory.java Tue Mar 10 21:26:43 2015 +0100 @@ -73,7 +73,7 @@ * Updates the mode for the current thread. * * @return an object which when {@linkplain ModeScope#close() closed} will revert the mode of - * the current thread to the stae before calling this method + * the current thread to the state before calling this method */ public static ModeScope changeMode(Mode mode) { Mode previousMode = tl.get();