Grammar fix to kick a rando-orange box to green

This commit is contained in:
Jeff Walden 2009-04-04 19:41:50 -07:00
parent 14e879800f
commit a89f043904

View File

@ -605,7 +605,7 @@ js_CompileScript(JSContext *cx, JSObject *scopeChain, JSStackFrame *callerFrame,
}
/*
* Global variables and regexps shares the index space with locals. Due to
* Global variables and regexps share the index space with locals. Due to
* incremental code generation we need to patch the bytecode to adjust the
* local references to skip the globals.
*/