src/hotspot/share/prims/jvmtiEnvThreadState.hpp
changeset 49392 2956d0ece7a9
parent 49364 601146c66cad
child 53244 9807daeb47c4
--- a/src/hotspot/share/prims/jvmtiEnvThreadState.hpp	Wed Mar 14 07:07:18 2018 -0400
+++ b/src/hotspot/share/prims/jvmtiEnvThreadState.hpp	Wed Mar 14 07:27:19 2018 -0400
@@ -42,9 +42,9 @@
 //
 // Wrapper class for FramePop, used in the JvmtiFramePops class.
 //
-// Two problems: 1) this isn't being used as a ValueObj class, in
+// Two problems: 1) this isn't being used as a value class, in
 // several places there are constructors for it. 2) It seems like
-// overkill as a means to get an assert and name the geater than
+// overkill as a means to get an assert and name the greater than
 // operator.  I'm trying to to rewrite everything.
 
 class JvmtiFramePop {