fix typo in port_example.h
This commit is contained in:
parent
f57513a1d6
commit
9e8500518f
@ -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