diff options
| author | Fangrui Song <maskray@google.com> | 2018-09-17 07:40:42 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2018-09-17 07:40:42 +0000 |
| commit | cac6d2173103c3a3c963985697fbc4f7943f5a7f (patch) | |
| tree | d6031a50b80a0bfce4a0e217b80bff49a81a4354 /libcxx/include/__threading_support | |
| parent | 5fe3620261062fabc742708e76fad0be0c54a2a1 (diff) | |
| download | bcm5719-llvm-cac6d2173103c3a3c963985697fbc4f7943f5a7f.tar.gz bcm5719-llvm-cac6d2173103c3a3c963985697fbc4f7943f5a7f.zip | |
Fix typo
llvm-svn: 342361
Diffstat (limited to 'libcxx/include/__threading_support')
| -rw-r--r-- | libcxx/include/__threading_support | 2 |
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 |

