diff --git a/js/src/xpconnect/src/xpcprivate.h b/js/src/xpconnect/src/xpcprivate.h index 6b79d001b88c..bc00759a71c8 100644 --- a/js/src/xpconnect/src/xpcprivate.h +++ b/js/src/xpconnect/src/xpcprivate.h @@ -2670,7 +2670,7 @@ private: nsDeque mStack; JSContext* mSafeJSContext; - // If if non-null, we own it; same as mSafeJSContext if SetSafeJSContext + // If non-null, we own it; same as mSafeJSContext if SetSafeJSContext // not called. JSContext* mOwnSafeJSContext; };