src/hotspot/share/runtime/arguments.cpp
changeset 50708 bd3a8f48597e
parent 50696 5c886cfc6ef5
child 50765 c49a01150a66
--- a/src/hotspot/share/runtime/arguments.cpp	Thu Jun 21 16:45:29 2018 -0700
+++ b/src/hotspot/share/runtime/arguments.cpp	Thu Jun 21 21:37:28 2018 -0700
@@ -488,7 +488,7 @@
  *
  * Recommended approach for removing options:
  *
- * To remove options commonly used by customers (e.g. product, commercial -XX options), use
+ * To remove options commonly used by customers (e.g. product -XX options), use
  * the 3-step model adding major release numbers to the deprecate, obsolete and expire columns.
  *
  * To remove internal options (e.g. diagnostic, experimental, develop options), use