From 2c08dcd7831b99d4c0e9a260a15a7f29407ab8ab Mon Sep 17 00:00:00 2001 From: Chris Leary Date: Thu, 17 Feb 2011 16:17:45 -0800 Subject: [PATCH] CLOSED TREE: TraceMonkey merge head. (a=blockers) --- js/src/jscntxt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/jscntxt.h b/js/src/jscntxt.h index 17a1567dc6..6dc627e4a1 100644 --- a/js/src/jscntxt.h +++ b/js/src/jscntxt.h @@ -1057,7 +1057,7 @@ struct JSRuntime { /* * Compartment that triggered GC. If more than one Compatment need GC, - * gcTriggerCompartment is reset to NULL and a global GC is performed. + * gcTriggerCompartment is reset to NULL and a global GC is performed. */ JSCompartment *gcTriggerCompartment; @@ -1866,7 +1866,7 @@ struct JSContext /* * Return: * - The override version, if there is an override version. - * - The newest scripted frame's version, if there is such a frame. + * - The newest scripted frame's version, if there is such a frame. * - The default verion. * * Note: if this ever shows up in a profile, just add caching! -- 2.11.4.GIT