mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 11:58:41 +03:00
apply some spelling fixes from PR #710
This commit is contained in:
parent
c2a2533fba
commit
dd7b99d477
5 changed files with 5 additions and 5 deletions
|
@ -652,7 +652,7 @@ void _mi_prim_out_stderr( const char* msg ) {
|
|||
//----------------------------------------------------------------
|
||||
|
||||
#if !defined(MI_USE_ENVIRON) || (MI_USE_ENVIRON!=0)
|
||||
// On Posix systemsr use `environ` to acces environment variables
|
||||
// On Posix systemsr use `environ` to access environment variables
|
||||
// even before the C runtime is initialized.
|
||||
#if defined(__APPLE__) && defined(__has_include) && __has_include(<crt_externs.h>)
|
||||
#include <crt_externs.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue