aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/glossary.md
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-10-12 19:09:43 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-10-12 19:09:43 +0000
commitc85b7e55ec0fb08fd3b303fe9281424d1c117f60 (patch)
tree1986de3b646aa32bbe34a45cd3af0c06cb07afa0 /docs/reference/glossary.md
parent75c8dcf71ca8652f671b4ca5fea780a558c86e08 (diff)
parent83853d5c3c3e8e52b662faf34193c32e2737903e (diff)
downloadoss-fuzz-c85b7e55ec0fb08fd3b303fe9281424d1c117f60.tar.gz
Upgrade oss-fuzz to fd15c6d57aa13667af2521daf6167a2d8cd2ecb7 am: ebda00b748 am: 83853d5c3c
Original change: https://android-review.googlesource.com/c/platform/external/oss-fuzz/+/1854493 Change-Id: Ib651a9289868094de89fab8703ea57b3bbd6720c
Diffstat (limited to 'docs/reference/glossary.md')
-rw-r--r--docs/reference/glossary.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/glossary.md b/docs/reference/glossary.md
index 7b12995c1..da6da5aa5 100644
--- a/docs/reference/glossary.md
+++ b/docs/reference/glossary.md
@@ -92,7 +92,7 @@ These flags can be overridden by specifying `$SANITIZER_FLAGS` directly.
You can choose which configurations to automatically run your fuzzers with in `project.yaml` file (e.g. [sqlite3](https://github.com/google/oss-fuzz/tree/master/projects/sqlite3/project.yaml)).
### Architectures
-ClusterFuzz supports fuzzing on x86_64 (aka x64) by default. However you can also fuzz using AddressSanitizer and libFuzzer on i386 (aka x86, or 32 bit) by specifiying the `$ARCHITECTURE` build environment variable using the `--architecture` option:
+ClusterFuzz supports fuzzing on x86_64 (aka x64) by default. However you can also fuzz using AddressSanitizer and libFuzzer on i386 (aka x86, or 32 bit) by specifying the `$ARCHITECTURE` build environment variable using the `--architecture` option:
```bash
python infra/helper.py build_fuzzers --architecture i386 json