From 505babfd34b8f79665d43bd58ff044e445e4e105 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 20 Feb 2019 18:45:14 -0300 Subject: [PATCH] Fix typo --- ChocolArm64/Memory/MemoryManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChocolArm64/Memory/MemoryManager.cs b/ChocolArm64/Memory/MemoryManager.cs index c46a2b2565..4b1b7d58ce 100644 --- a/ChocolArm64/Memory/MemoryManager.cs +++ b/ChocolArm64/Memory/MemoryManager.cs @@ -50,7 +50,7 @@ namespace ChocolArm64.Memory AddressSpaceBits = addressSpaceBits; AddressSpaceSize = 1L << addressSpaceBits; - //When flag page table is requested, we use a single + //When flat page table is requested, we use a single //array for the mappings of the entire address space. //This has better performance, but also high RAM usage. //The multi level page table uses 9 bits per level, so