summaryrefslogtreecommitdiff
path: root/absl/base/internal/per_thread_tls.h
diff options
context:
space:
mode:
authorGravatar Bulat Musin <9249387+bmusin@users.noreply.github.com>2018-01-10 06:49:00 +0300
committerGravatar Derek Mauro <761129+derekmauro@users.noreply.github.com>2018-01-09 22:49:00 -0500
commitdf3af0d03c0d790aa784235e9913f3d8cb9cdb16 (patch)
tree26d790451089544616231e149f05fd9b0925a64a /absl/base/internal/per_thread_tls.h
parent25274b35a079384d454dd7163a9596623d4eca14 (diff)
Fix typo in per_thread_tls.h (#75)
Diffstat (limited to 'absl/base/internal/per_thread_tls.h')
-rw-r--r--absl/base/internal/per_thread_tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/internal/per_thread_tls.h b/absl/base/internal/per_thread_tls.h
index 73974510..2428bdc1 100644
--- a/absl/base/internal/per_thread_tls.h
+++ b/absl/base/internal/per_thread_tls.h
@@ -26,7 +26,7 @@
//
// Microsoft C supports thread-local storage.
// 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