Fix someone else's old copy-paste error in comment (no code change).

git-svn-id: svn://10.0.0.236/trunk@149805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org
2003-11-27 03:22:31 +00:00
parent 618d53c0a8
commit e6d9d9b9e5

View File

@@ -805,7 +805,7 @@ str_toLocaleUpperCase(JSContext *cx, JSObject *obj, uintN argc, jsval *argv,
JSString *str;
/*
* Forcefully ignore the first (or any) argument and return toLowerCase(),
* Forcefully ignore the first (or any) argument and return toUpperCase(),
* ECMA has reserved that argument, presumbaly for defining the locale.
*/
if (cx->localeCallbacks && cx->localeCallbacks->localeToUpperCase) {