Skip to content

Commit 2973d1f

Browse files
oustanding -> outstanding
1 parent dce5c3a commit 2973d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pal/src/cruntime/misc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ void MiscUnsetenv(const char *name)
555555
if (memcmp(name, palEnvironment[i], length) == 0)
556556
{
557557
// Remove this one. Don't free it, though, since
558-
// there might be oustanding references to it that
558+
// there might be outstanding references to it that
559559
// were acquired via getenv. This is an
560560
// unavoidable memory leak.
561561
for(j = i + 1; palEnvironment[j] != NULL; j++) { }

0 commit comments

Comments
 (0)