src/hotspot/share/runtime/handles.hpp
changeset 49392 2956d0ece7a9
parent 49364 601146c66cad
child 49393 93fe2fc5c093
--- a/src/hotspot/share/runtime/handles.hpp	Wed Mar 14 07:07:18 2018 -0400
+++ b/src/hotspot/share/runtime/handles.hpp	Wed Mar 14 07:27:19 2018 -0400
@@ -37,7 +37,7 @@
 // allocated and passed around via Handles within the VM. A handle is
 // simply an extra indirection allocated in a thread local handle area.
 //
-// A handle is a ValueObj, so it can be passed around as a value, can
+// A handle is a value object, so it can be passed around as a value, can
 // be used as a parameter w/o using &-passing, and can be returned as a
 // return value.
 //