mirror of
https://github.com/google/leveldb.git
synced 2026-08-18 10:33:27 +08:00
fix typo in port_example.h
This commit is contained in:
@@ -55,7 +55,7 @@ class CondVar {
|
||||
void Signal();
|
||||
|
||||
// Wake up all waiting threads.
|
||||
void SignallAll();
|
||||
void SignalAll();
|
||||
};
|
||||
|
||||
// ------------------ Compression -------------------
|
||||
|
||||
Reference in New Issue
Block a user