src/hotspot/share/gc/z/zObjectAllocator.hpp
changeset 50875 2217b2fc29ea
parent 50525 767cdb97f103
child 51818 75e4ce0fa1ba
--- a/src/hotspot/share/gc/z/zObjectAllocator.hpp	Thu Jun 28 10:09:58 2018 +0000
+++ b/src/hotspot/share/gc/z/zObjectAllocator.hpp	Thu Jun 28 12:14:37 2018 +0200
@@ -40,7 +40,7 @@
   ZPage* alloc_page(uint8_t type, size_t size, ZAllocationFlags flags);
 
   // Allocate an object in a shared page. Allocate and
-  // atomically install a new page if neccesary.
+  // atomically install a new page if necessary.
   uintptr_t alloc_object_in_shared_page(ZPage** shared_page,
                                         uint8_t page_type,
                                         size_t page_size,