diff options
author | Jayice <1185430411@qq.com> | 2021-03-28 16:38:37 +0800 |
---|---|---|
committer | Jayice <1185430411@qq.com> | 2021-03-28 16:38:37 +0800 |
commit | 9e8500518f7612e35afbbf55c82a74e26895c2ed (patch) | |
tree | a928bee9fbb6913945a9bb2e8188c7765aadcdeb | |
parent | f57513a1d6c99636fc5b710150d0b93713af4e43 (diff) | |
download | leveldb-9e8500518f7612e35afbbf55c82a74e26895c2ed.tar.gz leveldb-9e8500518f7612e35afbbf55c82a74e26895c2ed.zip |
fix typo in port_example.h
-rw-r--r-- | port/port_example.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port/port_example.h b/port/port_example.h index a665910..704aa24 100644 --- a/port/port_example.h +++ b/port/port_example.h @@ -55,7 +55,7 @@ class CondVar { void Signal(); // Wake up all waiting threads. - void SignallAll(); + void SignalAll(); }; // ------------------ Compression ------------------- |