From cac6d2173103c3a3c963985697fbc4f7943f5a7f Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 17 Sep 2018 07:40:42 +0000 Subject: [PATCH] Fix typo llvm-svn: 342361 --- libcxx/include/__threading_support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/__threading_support b/libcxx/include/__threading_support index 3c1eff22f530..202490062729 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