Skip to content

Commit 0831f8b

Browse files
committed
[NFC] Fix typo in comment
1 parent f33d51d commit 0831f8b

File tree

1 file changed

+1
-1
lines changed
  • compiler-rt/test/sanitizer_common/TestCases/Posix

1 file changed

+1
-1
lines changed

compiler-rt/test/sanitizer_common/TestCases/Posix/sem_open.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clangxx -O0 %s -o %t && %run %t
22

3-
// Android does not implement this calls.
3+
// Android does not implement these calls.
44
// UNSUPPORTED: android
55

66
#include <assert.h>

0 commit comments

Comments
 (0)