coalesed -> coalesced

This commit is contained in:
qndel
2024-09-18 08:45:07 +02:00
parent e0e31b9637
commit dae9e2930a

View File

@@ -1709,7 +1709,7 @@ static FORCEINLINE void* win32direct_mmap(size_t size) {
return (ptr != 0)? ptr: MFAIL;
}
/* This function supports releasing coalesed segments */
/* This function supports releasing coalesced segments */
static FORCEINLINE int win32munmap(void* ptr, size_t size) {
MEMORY_BASIC_INFORMATION minfo;
char* cptr = (char*)ptr;