mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-16 03:08:01 +00:00
coalesed -> coalesced
This commit is contained in:
parent
e0e31b9637
commit
dae9e2930a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue