Index: js.c =================================================================== RCS file: anonymous@cvs-mirror.mozilla.org/cvsroot/mozilla/js/src/js.c,v retrieving revision 3.118 diff -u -r3.118 js.c --- js.c +++ js.c @@ -1786,8 +1786,8 @@ "untrap(fun[, pc]) Remove a trap", "line2pc([fun,] line) Map line number to PC", "pc2line(fun[, pc]) Map PC to line number", - "stringsAreUTF8() Check if strings are UTF-8 encoded", - "testUTF8(mode) Perform UTF-8 tests (modes are 1 to 4)", + "stringsAreUtf8() Check if strings are UTF-8 encoded", + "testUtf8(mode) Perform UTF-8 tests (modes are 1 to 4)", "throwError() Throw an error from JS_ReportError", #ifdef DEBUG "dis([fun]) Disassemble functions into bytecodes",