< prev index next >

src/share/vm/memory/metaspaceShared.cpp

Print this page

        

@@ -538,11 +538,11 @@
 
   SystemDictionary::reorder_dictionary();
 
   NOT_PRODUCT(SystemDictionary::verify();)
 
-  // Copy the the symbol table, string table, and the system dictionary to the shared
+  // Copy the symbol table, string table, and the system dictionary to the shared
   // space in usable form.  Copy the hashtable
   // buckets first [read-write], then copy the linked lists of entries
   // [read-only].
 
   NOT_PRODUCT(SymbolTable::verify());
< prev index next >