From 68a8a9fe447b94e194d5d05aca29bafcc542dba7 Mon Sep 17 00:00:00 2001 From: SHIMODA Hiroshi Date: Fri, 27 May 2011 11:33:00 +0900 Subject: [PATCH] fix comment --- modules/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/browser.js b/modules/browser.js index 6305455a..647c7453 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -559,7 +559,7 @@ TreeStyleTabBrowser.prototype = { /** * has its custom background color for itself, but it * prevents to make transparent background of the vertical tab bar. - * So, I re-define the background image of content area for + * So, I re-define the background color of content area for * es via dynamically generated stylesheet. * See: * https://bugzilla.mozilla.org/show_bug.cgi?id=558585