No bug - Fix typo in MissingScopeKey comment. No review.

This commit is contained in:
Shu-yu Guo 2015-03-24 18:49:16 -07:00
Родитель d935dadedc
Коммит 7ffeda127c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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