mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix typo
This commit is contained in:
parent
08a550327a
commit
1371bb1f38
2
r5dev/thirdparty/sdl/src/stdlib/SDL_malloc.c
vendored
2
r5dev/thirdparty/sdl/src/stdlib/SDL_malloc.c
vendored
@ -4348,7 +4348,7 @@ void
|
||||
dlfree(void *mem)
|
||||
{
|
||||
/*
|
||||
Consolidate freed chunks with preceeding or succeeding bordering
|
||||
Consolidate freed chunks with preceding or succeeding bordering
|
||||
free chunks, if they exist, and then place in a bin. Intermixed
|
||||
with special cases for top, dv, mmapped chunks, and usage errors.
|
||||
*/
|
||||
|
@ -564,7 +564,7 @@ int CUtlBuffer::PeekStringLength()
|
||||
if (!IsValid())
|
||||
return 0;
|
||||
|
||||
// Eat preceeding whitespace
|
||||
// Eat preceding whitespace
|
||||
int nOffset = 0;
|
||||
if (IsText())
|
||||
{
|
||||
@ -673,7 +673,7 @@ int CUtlBuffer::PeekDelimitedStringLength(CUtlCharConversion* pConv, bool bActua
|
||||
if (!IsText() || !pConv)
|
||||
return PeekStringLength();
|
||||
|
||||
// Eat preceeding whitespace
|
||||
// Eat preceding whitespace
|
||||
int nOffset = 0;
|
||||
if (IsText())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user