From 2af5055f901a388b435c3c3b78096b20bfd473fb Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Mon, 8 Jul 2013 17:23:42 -0700 Subject: [PATCH] No bug, alter comment whitespace to trigger shell builds on a CLOSED TREE --- js/src/jscompartment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jscompartment.cpp b/js/src/jscompartment.cpp index 095ab12371a..9397bd24f14 100644 --- a/js/src/jscompartment.cpp +++ b/js/src/jscompartment.cpp @@ -88,7 +88,7 @@ JSCompartment::init(JSContext *cx) { /* * As a hack, we clear our timezone cache every time we create a new - * compartment. This ensures that the cache is always relatively fresh, but + * compartment. This ensures that the cache is always relatively fresh, but * shouldn't interfere with benchmarks which create tons of date objects * (unless they also create tons of iframes, which seems unlikely). */