diff options
author | Dominique Pelle <dominique.pelle@tomtom.com> | 2022-07-31 15:47:00 (GMT) |
---|---|---|
committer | Dominique Pelle <dominique.pelle@tomtom.com> | 2022-07-31 15:47:00 (GMT) |
commit | 33474853075599c69cb95b8312fe4981411fa346 (patch) | |
tree | 6e7e26af5985468629bd70439106a61db662acab /.github/workflows/README.md | |
parent | d343a3685233f3c46c20bfeb7e8674de9d8175fc (diff) | |
download | lz4-33474853075599c69cb95b8312fe4981411fa346.zip lz4-33474853075599c69cb95b8312fe4981411fa346.tar.gz lz4-33474853075599c69cb95b8312fe4981411fa346.tar.bz2 |
fix: various typos
Diffstat (limited to '.github/workflows/README.md')
-rw-r--r-- | .github/workflows/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/README.md b/.github/workflows/README.md index eaa9f03..306d875 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -5,7 +5,7 @@ This directory contains [GitHub Actions](https://github.com/features/actions) wo ## USAN, ASAN (`lz4-ubsan-x64`, `lz4-ubsan-x86`, `lz4-asan-x64`) For now, `lz4-ubsan-*` ignores the exit code of `make usan` and `make usan32`. -Because there're several issues which may take relatively long time to resolve. +Because there are several issues which may take relatively long time to resolve. We'll fully enable it when we ensure `make usan` is ready for all commits and PRs. |