summaryrefslogtreecommitdiff
path: root/absl/synchronization/internal
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2022-05-11 22:05:28 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2022-05-11 22:06:11 -0700
commit9aa7d0bd2079f287162d4fd0722a1b9032e39a6a (patch)
treee88cee6ca018a58d8470290ab3afc1c387749b18 /absl/synchronization/internal
parentabbeeef82360d4a17f82d10fa1b1bb54feb2ad24 (diff)
Fix spelling error "charachter"
PiperOrigin-RevId: 448159349 Change-Id: I6b25a90d8a3b6d3a888274d156aa696d77fb042d
Diffstat (limited to 'absl/synchronization/internal')
-rw-r--r--absl/synchronization/internal/waiter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/synchronization/internal/waiter.h b/absl/synchronization/internal/waiter.h
index be3df180..4f4f692a 100644
--- a/absl/synchronization/internal/waiter.h
+++ b/absl/synchronization/internal/waiter.h
@@ -136,7 +136,7 @@ class Waiter {
// REQUIRES: WinHelper::GetLock(this) must be held.
void InternalCondVarPoke();
- // We can't include Windows.h in our headers, so we use aligned charachter
+ // We can't include Windows.h in our headers, so we use aligned character
// buffers to define the storage of SRWLOCK and CONDITION_VARIABLE.
alignas(void*) unsigned char mu_storage_[sizeof(void*)];
alignas(void*) unsigned char cv_storage_[sizeof(void*)];