From dc272ce7c9d8556dbe117babe215183db2b88576 Mon Sep 17 00:00:00 2001 From: Brendan Eich Date: Mon, 29 Apr 2013 17:33:22 -0700 Subject: [PATCH] Bug 999999 - Fix typo in comment (r=lumpy). --- js/src/vm/Stack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/vm/Stack.cpp b/js/src/vm/Stack.cpp index dd638712454..d10dbc13eb6 100644 --- a/js/src/vm/Stack.cpp +++ b/js/src/vm/Stack.cpp @@ -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.