From 9e8500518f7612e35afbbf55c82a74e26895c2ed Mon Sep 17 00:00:00 2001 From: Jayice <1185430411@qq.com> Date: Sun, 28 Mar 2021 16:38:37 +0800 Subject: fix typo in port_example.h --- port/port_example.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------------- -- cgit v1.2.1