Comment typos fixed.

git-svn-id: svn://10.0.0.236/trunk@185807 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org 2005-12-08 17:59:45 +00:00
parent 7fa07b2583
commit 6d12b315a2

View File

@ -2532,7 +2532,7 @@ bad:
/*
* Given pc pointing after a property accessing bytecode, return true if the
* access is a "object-detecting" in the sense used by web pages, e.g., when
* access is "object-detecting" in the sense used by web scripts, e.g., when
* checking whether document.all is defined.
*/
static JSBool
@ -2565,7 +2565,7 @@ Detecting(JSContext *cx, jsbytecode *pc)
/*
* Special case #2: handle (document.all == undefined). Don't worry
* about someone redefining undefined, which was added by Edition 3,
* so was read/write for backward compatibility.
* so is read/write for backward compatibility.
*/
if (op == JSOP_NAME) {
atom = GET_ATOM(cx, script, pc);