瀏覽代碼

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 -------------------

Loading…
取消
儲存