hotspot/src/share/vm/runtime/globals_extension.hpp
changeset 22551 9bf46d16dcc6
parent 22248 34f19df648a2
child 25959 6c11a6272b60
--- a/hotspot/src/share/vm/runtime/globals_extension.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/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),