Tiny typo fix (#1611)

This commit is contained in:
Dominik Maier 2023-10-06 01:11:23 +09:00 committed by GitHub
parent 30686a2d28
commit 0bba8535b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
//! [`LLVM` `8-bi-counters`](https://clang.llvm.org/docs/SanitizerCoverage.html#tracing-pcs-with-guards) runtime for `LibAFL`.
//! [`LLVM` `8-bit-counters`](https://clang.llvm.org/docs/SanitizerCoverage.html#tracing-pcs-with-guards) runtime for `LibAFL`.
use alloc::vec::Vec;
use libafl_bolts::{ownedref::OwnedMutSlice, AsMutSlice, AsSlice};