changeset 19768:e968986402dc

spelling fix
author Doug Simon <doug.simon@oracle.com>
date Tue, 10 Mar 2015 21:26:43 +0100
parents 69b7ad0a3fda
children b99cbe1b125c
files graal/com.oracle.graal.compiler.common/src/com/oracle/graal/compiler/common/CollectionsFactory.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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();