summaryrefslogtreecommitdiff
path: root/absl/base/internal/per_thread_tls.h
diff options
context:
space:
mode:
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