mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 11:23:58 +00:00
[compiler-rt] Fix typo in comment
Reviewed By: fmayer Differential Revision: https://reviews.llvm.org/D157209
This commit is contained in:
parent
30f9b47907
commit
9724bf999b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user