Fix typo in per_thread_tls.h (#75)
This commit is contained in:
parent
25274b35a0
commit
df3af0d03c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
//
|
//
|
||||||
// Microsoft C supports thread-local storage.
|
// Microsoft C supports thread-local storage.
|
||||||
// GCC supports it if the appropriate version of glibc is available,
|
// GCC supports it if the appropriate version of glibc is available,
|
||||||
// which the programme can indicate by defining ABSL_HAVE_TLS
|
// which the programmer can indicate by defining ABSL_HAVE_TLS
|
||||||
|
|
||||||
#include "absl/base/port.h" // For ABSL_HAVE_TLS
|
#include "absl/base/port.h" // For ABSL_HAVE_TLS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue