hotspot/src/share/vm/classfile/symbolTable.hpp
changeset 33628 09241459a8b8
parent 28363 047115468f16
child 33638 ef49ed90010b
--- a/hotspot/src/share/vm/classfile/symbolTable.hpp	Mon Nov 02 12:34:27 2015 +0000
+++ b/hotspot/src/share/vm/classfile/symbolTable.hpp	Tue Nov 03 09:41:03 2015 +0100
@@ -165,7 +165,7 @@
   // Look up the address of the literal in the SymbolTable for this Symbol*
   static Symbol** lookup_symbol_addr(Symbol* sym);
 
-  // jchar (utf16) version of lookups
+  // jchar (UTF16) version of lookups
   static Symbol* lookup_unicode(const jchar* name, int len, TRAPS);
   static Symbol* lookup_only_unicode(const jchar* name, int len, unsigned int& hash);