summaryrefslogtreecommitdiff
path: root/memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'memory.cpp')
-rw-r--r--memory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/memory.cpp b/memory.cpp
index 64aadc1..47252fe 100644
--- a/memory.cpp
+++ b/memory.cpp
@@ -51,7 +51,7 @@ Memory_Block_AllocateAddress(memory *Memory, memory_table_list TableName)
return Memory_Block_AddressAtIndex(Memory, TableName, FileIndex, 0);
}
-// IMPORTANT(fox): All block data has to start with a uint8 Occupied variable!
+// IMPORTANT(fox): All block data structs have to start with a uint8 Occupied variable!
static bool32
Block_Loop(memory *Memory, memory_table_list TableName, uint32 TotalCount, int *HasIncremented, int *CurrentCount, int *Index)
{