From 7ffeda127c800ab94253299e07a6df76cdeaa694 Mon Sep 17 00:00:00 2001 From: Shu-yu Guo Date: Tue, 24 Mar 2015 18:49:16 -0700 Subject: [PATCH] No bug - Fix typo in MissingScopeKey comment. No review. --- js/src/vm/ScopeObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/vm/ScopeObject.h b/js/src/vm/ScopeObject.h index 34b2cb9d049f..abc8af96646f 100644 --- a/js/src/vm/ScopeObject.h +++ b/js/src/vm/ScopeObject.h @@ -778,7 +778,7 @@ class ScopeIter // static scope objects are read-only, and we never use their parent links, so // they don't need to be distinct. // -// That is, completely optimized out scopes have can't be distinguished by +// That is, completely optimized out scopes can't be distinguished by // frame. Note that even if the frame corresponding to the static scope is // live on the stack, it is unsound to synthesize a scope from that live // frame. In other words, the provenance of the scope chain is from allocated