[compiler-rt] Fix typo in comment

Reviewed By: fmayer

Differential Revision: https://reviews.llvm.org/D157209
This commit is contained in:
Eymen Ünay 2023-08-22 11:12:19 -07:00 committed by Florian Mayer
parent 30f9b47907
commit 9724bf999b

View File

@ -84,7 +84,7 @@ bool IsPathSeparator(const char c);
bool IsAbsolutePath(const char *path);
// Returns true on success, false on failure.
bool CreateDir(const char *pathname);
// Starts a subprocess and returs its pid.
// Starts a subprocess and returns its pid.
// If *_fd parameters are not kInvalidFd their corresponding input/output
// streams will be redirect to the file. The files will always be closed
// in parent process even in case of an error.