From e6d9d9b9e50749d1e67564c819ab51381efcc785 Mon Sep 17 00:00:00 2001 From: "brendan%mozilla.org" Date: Thu, 27 Nov 2003 03:22:31 +0000 Subject: [PATCH] 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 --- mozilla/js/src/jsstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/js/src/jsstr.c b/mozilla/js/src/jsstr.c index afff02a7cd0..1d98bc8baea 100644 --- a/mozilla/js/src/jsstr.c +++ b/mozilla/js/src/jsstr.c @@ -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) {