Merge pull request #888 from JayiceZ:fix_typo
PiperOrigin-RevId: 420783487
This commit is contained in:
commit
bf4fcd85b5
@ -55,7 +55,7 @@ class CondVar {
|
||||
void Signal();
|
||||
|
||||
// Wake up all waiting threads.
|
||||
void SignallAll();
|
||||
void SignalAll();
|
||||
};
|
||||
|
||||
// ------------------ Compression -------------------
|
||||
|
Loading…
Reference in New Issue
Block a user