From df3af0d03c0d790aa784235e9913f3d8cb9cdb16 Mon Sep 17 00:00:00 2001
From: Bulat Musin <9249387+bmusin@users.noreply.github.com>
Date: Wed, 10 Jan 2018 06:49:00 +0300
Subject: [PATCH] Fix typo in per_thread_tls.h (#75)

---
 absl/base/internal/per_thread_tls.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
GitLab