summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayice <1185430411@qq.com>2021-03-28 16:38:37 +0800
committerJayice <1185430411@qq.com>2021-03-28 16:38:37 +0800
commit9e8500518f7612e35afbbf55c82a74e26895c2ed (patch)
treea928bee9fbb6913945a9bb2e8188c7765aadcdeb
parentf57513a1d6c99636fc5b710150d0b93713af4e43 (diff)
downloadleveldb-9e8500518f7612e35afbbf55c82a74e26895c2ed.tar.gz
fix typo in port_example.h
-rw-r--r--port/port_example.h2
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 -------------------