Skip to content

Commit 1bbb426

Browse files
fixed a typo
1 parent 2b50c49 commit 1bbb426

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memory/src/main/java/com/yahoo/memory/AllocMemory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* loading NativeMemory classes that do not use off-heap memory and thus do not require JVM
1818
* tracking of the finalize() method. The parent MemoryMappedFile acts only as a pass-through to
1919
* 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.
20+
* parents so that these actions occur only in one place for the instance hierarchy.
2121
*
2222
* @author Lee Rhodes
2323
*/

0 commit comments

Comments
 (0)