ソースを参照

Merge pull request #888 from JayiceZ:fix_typo

PiperOrigin-RevId: 420783487
main
Victor Costan 2年前
コミット
bf4fcd85b5
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 -------------------

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