Merge pull request #888 from JayiceZ:fix_typo

PiperOrigin-RevId: 420783487
This commit is contained in:
Victor Costan 2022-01-10 17:56:09 +00:00
commit bf4fcd85b5

View File

@ -55,7 +55,7 @@ class CondVar {
void Signal(); void Signal();
// Wake up all waiting threads. // Wake up all waiting threads.
void SignallAll(); void SignalAll();
}; };
// ------------------ Compression ------------------- // ------------------ Compression -------------------