We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b50c49 commit 1bbb426Copy full SHA for 1bbb426
1 file changed
memory/src/main/java/com/yahoo/memory/AllocMemory.java
@@ -17,7 +17,7 @@
17
* loading NativeMemory classes that do not use off-heap memory and thus do not require JVM
18
* tracking of the finalize() method. The parent MemoryMappedFile acts only as a pass-through to
19
* NativeMemory. This design allows leveraging the freeMemory() and finalize() methods of the
20
- * parents so that these actions occur only in one place for the instance heirarchy.
+ * parents so that these actions occur only in one place for the instance hierarchy.
21
*
22
* @author Lee Rhodes
23
*/
0 commit comments