From 014f0c94effe5364a13b7b019d55676cb52b6674 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Tue, 16 Mar 2004 18:34:25 +0000 Subject: [PATCH] fixing a comment typo --- xpcom/string/public/nsTAString.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/string/public/nsTAString.h b/xpcom/string/public/nsTAString.h index b2fba91a9ed..a1903a0243a 100644 --- a/xpcom/string/public/nsTAString.h +++ b/xpcom/string/public/nsTAString.h @@ -452,7 +452,7 @@ class nsTAString_CharT // GCC 2.95.3, EGCS-2.91.66, and Sun Workshop/Forte require a public // copy-constructor in order to support automatic construction of a - // nsTAString from a nsTStringTuple. I believe enabling the default + // nsTAString from a nsTSubstringTuple. I believe enabling the default // copy-constructor is harmless, but I do not want it to be enabled by // default because that might tempt people into using it (where it // would be invalid).