diff options
author | Bulat Musin <9249387+bmusin@users.noreply.github.com> | 2018-01-10T03·49+0300 |
---|---|---|
committer | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2018-01-10T03·49-0500 |
commit | df3af0d03c0d790aa784235e9913f3d8cb9cdb16 (patch) | |
tree | 26d790451089544616231e149f05fd9b0925a64a /absl/base | |
parent | 25274b35a079384d454dd7163a9596623d4eca14 (diff) |
Fix typo in per_thread_tls.h (#75)
Diffstat (limited to 'absl/base')
-rw-r--r-- | absl/base/internal/per_thread_tls.h | 2 |
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 7397451031b9..2428bdc1238e 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 |