Commit 9aa7d0bd by Abseil Team Committed by Copybara-Service

Fix spelling error "charachter"

PiperOrigin-RevId: 448159349
Change-Id: I6b25a90d8a3b6d3a888274d156aa696d77fb042d
parent abbeeef8
...@@ -136,7 +136,7 @@ class Waiter { ...@@ -136,7 +136,7 @@ class Waiter {
// REQUIRES: WinHelper::GetLock(this) must be held. // REQUIRES: WinHelper::GetLock(this) must be held.
void InternalCondVarPoke(); 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. // buffers to define the storage of SRWLOCK and CONDITION_VARIABLE.
alignas(void*) unsigned char mu_storage_[sizeof(void*)]; alignas(void*) unsigned char mu_storage_[sizeof(void*)];
alignas(void*) unsigned char cv_storage_[sizeof(void*)]; alignas(void*) unsigned char cv_storage_[sizeof(void*)];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment