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

Merge pull request from JayiceZ:fix_typo

PiperOrigin-RevId: 420783487
This commit is contained in:
Victor Costan 2022-01-10 17:56:09 +00:00
commit bf4fcd85b5

View File

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