mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
Add missing 'n'.
Thanks to Han Finkel for noticing it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187241 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
83d8ef133b
commit
8b68480453
@ -186,7 +186,7 @@ static bool Execute(void **Data, StringRef Program, const char **args,
|
||||
posix_spawn_file_actions_t *FileActions = 0;
|
||||
|
||||
// If we call posix_spawn_file_actions_addopen we have to make sure the
|
||||
// c strings we pass to it stay alive until the call to posix_spaw,
|
||||
// c strings we pass to it stay alive until the call to posix_spawn,
|
||||
// so we copy any StringRefs into this variable.
|
||||
std::string RedirectsStorage[3];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user