Ver código fonte

Merge pull request #888 from JayiceZ:fix_typo

PiperOrigin-RevId: 420783487
main
Victor Costan 2 anos atrás
pai
commit
bf4fcd85b5
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      port/port_example.h

+ 1
- 1
port/port_example.h Ver arquivo

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

Carregando…
Cancelar
Salvar