Skip to content

Commit

Permalink
[compiler-rt] Fix typo in comment
Browse files Browse the repository at this point in the history
Reviewed By: fmayer

Differential Revision: https://reviews.llvm.org/D157209
  • Loading branch information
eymay authored and fmayer committed Aug 22, 2023
1 parent 30f9b47 commit 9724bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/lib/sanitizer_common/sanitizer_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9724bf9

Please sign in to comment.