[llvm] r187241 - Add missing 'n'.
Rafael Espindola
rafael.espindola at gmail.com
Fri Jul 26 13:44:45 PDT 2013
Author: rafael
Date: Fri Jul 26 15:44:45 2013
New Revision: 187241
URL: http://llvm.org/viewvc/llvm-project?rev=187241&view=rev
Log:
Add missing 'n'.
Thanks to Han Finkel for noticing it.
Modified:
llvm/trunk/lib/Support/Unix/Program.inc
Modified: llvm/trunk/lib/Support/Unix/Program.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Unix/Program.inc?rev=187241&r1=187240&r2=187241&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Unix/Program.inc (original)
+++ llvm/trunk/lib/Support/Unix/Program.inc Fri Jul 26 15:44:45 2013
@@ -186,7 +186,7 @@ static bool Execute(void **Data, StringR
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];
More information about the llvm-commits
mailing list