summaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-09-17 07:40:42 +0000
committerFangrui Song <maskray@google.com>2018-09-17 07:40:42 +0000
commitc371a54e49f95972bac4e76b9809f7fbb22f6cf7 (patch)
treece7bc754a374ac8402f75133c477497151073179 /libcxx
parent953a58fda4f7e972c9fc748744216220dfe88559 (diff)
Fix typo
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/include/__threading_support2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__threading_support b/libcxx/include/__threading_support
index 3c1eff22f53..20249006272 100644
--- a/libcxx/include/__threading_support
+++ b/libcxx/include/__threading_support
@@ -70,7 +70,7 @@ typedef pthread_t __libcpp_thread_id;
typedef pthread_t __libcpp_thread_t;
-// Thrad Local Storage
+// Thread Local Storage
typedef pthread_key_t __libcpp_tls_key;
#define _LIBCPP_TLS_DESTRUCTOR_CC