Typo-fix in comment, cycle unit tester.

This commit is contained in:
Graydon Hoare 2009-04-03 23:01:24 -07:00
parent 742aa29f7d
commit 377d59d4d8

View File

@ -2066,7 +2066,7 @@ js_IsLoopEdge(jsbytecode* pc, jsbytecode* header)
return false; return false;
} }
/* Promote slots if necessary to match the called tree' type map and report error if thats /* Promote slots if necessary to match the called tree's type map and report error if thats
impossible. */ impossible. */
JS_REQUIRES_STACK bool JS_REQUIRES_STACK bool
TraceRecorder::adjustCallerTypes(Fragment* f) TraceRecorder::adjustCallerTypes(Fragment* f)