summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 -------------------