diff --git a/js/rhino/src/org/mozilla/javascript/SecurityController.java b/js/rhino/src/org/mozilla/javascript/SecurityController.java
index a59a3bdfc52..e290d0a8a19 100644
--- a/js/rhino/src/org/mozilla/javascript/SecurityController.java
+++ b/js/rhino/src/org/mozilla/javascript/SecurityController.java
@@ -94,7 +94,7 @@ public abstract class SecurityController {
/**
* Call {@link Script#exec(Context cx, Scriptable scope)} of
* script under restricted security domain where an action is
- * allowed only if it allowed according to the Java stack on the
+ * allowed only if it is allowed according to the Java stack on the
* moment of the execWithDomain call and securityDomain.
* Any call to {@link #getDynamicSecurityDomain(Object)} during
* execution of {@link Script#exec(Context cx, Scriptable scope)}