diff --git a/src/hotspot/share/code/nmethod.hpp b/src/hotspot/share/code/nmethod.hpp index ce8fc4a2747..8a06037a161 100644 --- a/src/hotspot/share/code/nmethod.hpp +++ b/src/hotspot/share/code/nmethod.hpp @@ -286,7 +286,7 @@ public: // Used by shared scope closure (scopedMemoryAccess.cpp) bool has_scoped_access() const { return (_bits & SCOPED_ACCESS) != 0; } - // Stack has been extended and needs reair. See comment in MacroAssembler::remove_frame + // Stack has been extended and needs repair. See comment in MacroAssembler::remove_frame bool needs_stack_repair() const { return (_bits & NEEDS_STACK_REPAIR) != 0; } };