summaryrefslogtreecommitdiffhomepage
path: root/Private/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Private/Source')
-rw-r--r--Private/Source/ProcessScheduler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/ProcessScheduler.cxx b/Private/Source/ProcessScheduler.cxx
index 59b9bcea..202dcec5 100644
--- a/Private/Source/ProcessScheduler.cxx
+++ b/Private/Source/ProcessScheduler.cxx
@@ -130,7 +130,7 @@ void ProcessHeader::Exit(Int32 exit_code) {
this->HeapPtr = nullptr;
this->HeapCursor = nullptr;
- this->FreeMemory = 0UL; // TODO: fill available heap.
+ this->FreeMemory = 0UL;
this->UsedMemory = 0UL;
}