diff src/share/vm/runtime/globals_extension.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents db1ff6781ab4
children d8041d695d19
line wrap: on
line diff
--- a/src/share/vm/runtime/globals_extension.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/src/share/vm/runtime/globals_extension.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -31,7 +31,7 @@
 
 // Construct enum of Flag_<cmdline-arg> constants.
 
-// Parens left off in the following for the enum decl below.
+// Parenthesis left off in the following for the enum decl below.
 #define FLAG_MEMBER(flag) Flag_##flag
 
 #define RUNTIME_PRODUCT_FLAG_MEMBER(type, name, value, doc)      FLAG_MEMBER(name),