Bug 999999 - Fix typo in comment (r=lumpy).

This commit is contained in:
Brendan Eich 2013-04-29 17:33:22 -07:00
parent 234cbcf647
commit dc272ce7c9

View File

@ -1312,7 +1312,7 @@ StackIter::startOnSegment(StackSegment *seg)
* "settle" the iterator on a new StackIter::State value. The goal is to
* present the client a simple linear sequence of native/scripted calls while
* covering up unpleasant stack implementation details:
* - The frame change can be "saved" and "restored" (see JS_SaveFrameChain).
* - The frame chain can be "saved" and "restored" (see JS_SaveFrameChain).
* This artificially cuts the call chain and the StackIter client may want
* to continue through this cut to the previous frame by passing
* GO_THROUGH_SAVED.