[compiler-rt] 9724bf9 - [compiler-rt] Fix typo in comment
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 11:13:00 PDT 2023
Author: Eymen Ünay
Date: 2023-08-22T11:12:54-07:00
New Revision: 9724bf999b2bd3b27413d3aba1bd40bd0b41c341
URL: https://github.com/llvm/llvm-project/commit/9724bf999b2bd3b27413d3aba1bd40bd0b41c341
DIFF: https://github.com/llvm/llvm-project/commit/9724bf999b2bd3b27413d3aba1bd40bd0b41c341.diff
LOG: [compiler-rt] Fix typo in comment
Reviewed By: fmayer
Differential Revision: https://reviews.llvm.org/D157209
Added:
Modified:
compiler-rt/lib/sanitizer_common/sanitizer_file.h
Removed:
################################################################################
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_file.h b/compiler-rt/lib/sanitizer_common/sanitizer_file.h
index 9459c6b00accc5..bef2c842d9f24f 100644
--- a/compiler-rt/lib/sanitizer_common/sanitizer_file.h
+++ b/compiler-rt/lib/sanitizer_common/sanitizer_file.h
@@ -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.
More information about the llvm-commits
mailing list