[Scummvm-git-logs] scummvm master -> 7bc5c3c853e93d168886390d26aab9f110376342
bluegr
noreply at scummvm.org
Wed Dec 25 16:05:01 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7bc5c3c853 JANITORIAL: WATCHMAKER: Fix typos
Commit: 7bc5c3c853e93d168886390d26aab9f110376342
https://github.com/scummvm/scummvm/commit/7bc5c3c853e93d168886390d26aab9f110376342
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-12-25T18:04:57+02:00
Commit Message:
JANITORIAL: WATCHMAKER: Fix typos
Changed paths:
engines/watchmaker/3d/mem_management.cpp
diff --git a/engines/watchmaker/3d/mem_management.cpp b/engines/watchmaker/3d/mem_management.cpp
index a6fabb7268d..e9aed66f24a 100644
--- a/engines/watchmaker/3d/mem_management.cpp
+++ b/engines/watchmaker/3d/mem_management.cpp
@@ -29,7 +29,7 @@ static int8 *MemoryPool = nullptr;
static uint32 MemoryPoolPointer = 0;
static uint32 MaxAllocatedMem = 0;
-// Memory Managment
+// Memory Management
// Only linear (non dynamic) stack allocations
More information about the Scummvm-git-logs
mailing list