Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 29, 2024
1 parent 2f8dc88 commit c2b6e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/cpl_vsisimple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ void VSIFree(void *pData)

void *VSIMallocAligned(size_t nAlignment, size_t nSize)
{
// In particular for posix_memalign() where behaviour when passing
// In particular for posix_memalign() where behavior when passing
// nSize == 0 is technically implementation defined (Valgrind complains),
// so let's always return NULL.
if (nSize == 0)
Expand Down

0 comments on commit c2b6e73

Please sign in to comment.