Commit df3af0d0 by Bulat Musin Committed by Derek Mauro

Fix typo in per_thread_tls.h (#75)

parent 25274b35
...@@ -26,7 +26,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment