summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Costan <pwnall@chromium.org>2022-01-10 17:56:09 +0000
committerVictor Costan <pwnall@chromium.org>2022-01-10 17:56:09 +0000
commitbf4fcd85b5d41f6d63cc30fc2418503165e00697 (patch)
tree2b89f40fe8f02fc223a14cab0e20829c2ce3ba12
parent8a68093c8431be58491eaee2c6887a73a5aa60e7 (diff)
parent9e8500518f7612e35afbbf55c82a74e26895c2ed (diff)
downloadleveldb-bf4fcd85b5d41f6d63cc30fc2418503165e00697.tar.gz
Merge pull request #888 from JayiceZ:fix_typo
PiperOrigin-RevId: 420783487
-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 -------------------