Browse Source

fix typo in port_example.h

main
Jayice 3 years ago
parent
commit
9e8500518f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      port/port_example.h

+ 1
- 1
port/port_example.h View File

@ -55,7 +55,7 @@ class CondVar {
void Signal(); void Signal();
// Wake up all waiting threads. // Wake up all waiting threads.
void SignallAll();
void SignalAll();
}; };
// ------------------ Compression ------------------- // ------------------ Compression -------------------

Loading…
Cancel
Save