diff options
Diffstat (limited to 'clang/test/Sema/tls.c')
| -rw-r--r-- | clang/test/Sema/tls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Sema/tls.c b/clang/test/Sema/tls.c index 38bd3f20224..e4d0656d1dd 100644 --- a/clang/test/Sema/tls.c +++ b/clang/test/Sema/tls.c @@ -12,11 +12,11 @@ // RUN: %clang_cc1 -triple x86_64-pc-win32 -fsyntax-only %s // RUN: %clang_cc1 -triple i386-pc-win32 -fsyntax-only %s -// OpenBSD suppports TLS. +// OpenBSD supports TLS. // RUN: %clang_cc1 -triple x86_64-pc-openbsd -fsyntax-only %s // RUN: %clang_cc1 -triple i386-pc-openbsd -fsyntax-only %s -// Haiku does not suppport TLS. +// Haiku does not support TLS. // RUN: not %clang_cc1 -triple i586-pc-haiku -fsyntax-only %s __thread int x; |

