commit: 7c30f574e00b97e11ea608bac6cd81618a3e9a03
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 18:21:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 18:22:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c30f574
app-forensics/aflplusplus: fix minor comment typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-forensics/aflplusplus/aflplusplus-3.12c-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-forensics/aflplusplus/aflplusplus-3.12c-r2.ebuild
b/app-forensics/aflplusplus/aflplusplus-3.12c-r2.ebuild
index 4a430c66773..c2f64e5af6d 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]
}