fix typo in port_example.h

This commit is contained in:
Jayice 2021-03-28 16:38:37 +08:00
parent f57513a1d6
commit 9e8500518f

View File

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