ソースを参照

fix typo in port_example.h

naive_version
Jayice 3年前
コミット
9e8500518f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      port/port_example.h

+ 1
- 1
port/port_example.h ファイルの表示

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

読み込み中…
キャンセル
保存