1
0
mirror of https://github.com/google/leveldb.git synced 2025-04-09 13:10:13 +08:00

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 -------------------