summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-27 18:21:42 +0000
committerSam James <sam@gentoo.org>2021-04-27 18:22:15 +0000
commit7c30f574e00b97e11ea608bac6cd81618a3e9a03 (patch)
treeaf0f0190f99d19568ea826bec4ce01beeb9be4f3 /app-forensics/aflplusplus
parentdev-python/fs: Remove old (diff)
downloadgentoo-7c30f574e00b97e11ea608bac6cd81618a3e9a03.tar.gz
gentoo-7c30f574e00b97e11ea608bac6cd81618a3e9a03.tar.bz2
gentoo-7c30f574e00b97e11ea608bac6cd81618a3e9a03.zip
app-forensics/aflplusplus: fix minor comment typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics/aflplusplus')
-rw-r--r--app-forensics/aflplusplus/aflplusplus-3.12c-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/aflplusplus/aflplusplus-3.12c-r2.ebuild b/app-forensics/aflplusplus/aflplusplus-3.12c-r2.ebuild
index 4a430c667736..c2f64e5af6d4 100644
--- a/app-forensics/aflplusplus/aflplusplus-3.12c-r2.ebuild
+++ b/app-forensics/aflplusplus/aflplusplus-3.12c-r2.ebuild
@@ -91,7 +91,7 @@ src_install() {
}
pkg_postinst() {
- # TODO: Any otherrs?
+ # TODO: Any others?
optfeature "fuzzing with AFL_USE_ASAN" sys-libs/compiler-rt-sanitizers[asan]
optfeature "fuzzing with AFL_USE_MSAN" sys-libs/compiler-rt-sanitizers[msan]
}