[compiler-rt] 0831f8b - [NFC] Fix typo in comment
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 10 01:12:19 PDT 2021
Author: Vitaly Buka
Date: 2021-08-10T01:11:42-07:00
New Revision: 0831f8bf79947230629fbf794ddd150ce1f2a328
URL: https://github.com/llvm/llvm-project/commit/0831f8bf79947230629fbf794ddd150ce1f2a328
DIFF: https://github.com/llvm/llvm-project/commit/0831f8bf79947230629fbf794ddd150ce1f2a328.diff
LOG: [NFC] Fix typo in comment
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/Posix/sem_open.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/sem_open.cpp b/compiler-rt/test/sanitizer_common/TestCases/Posix/sem_open.cpp
index 07ce4076000a..b805fb152427 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/sem_open.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/sem_open.cpp
@@ -1,6 +1,6 @@
// RUN: %clangxx -O0 %s -o %t && %run %t
-// Android does not implement this calls.
+// Android does not implement these calls.
// UNSUPPORTED: android
#include <assert.h>
More information about the llvm-commits
mailing list