hotspot/src/share/vm/classfile/symbolTable.hpp
changeset 33638 ef49ed90010b
parent 33593 60764a78fa5c
parent 33628 09241459a8b8
child 34237 c34adffc35c0
--- a/hotspot/src/share/vm/classfile/symbolTable.hpp	Thu Nov 05 19:31:57 2015 +0100
+++ b/hotspot/src/share/vm/classfile/symbolTable.hpp	Fri Nov 06 11:34: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);