Skip to content

Commit 569f5d7

Browse files
committed
Fix name of BoolInvertMutator
1 parent 4d25755 commit 569f5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl/src/mutators/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,6 @@ impl<S> Mutator<bool, S> for BoolInvertMutator {
423423

424424
impl Named for BoolInvertMutator {
425425
fn name(&self) -> &Cow<'static, str> {
426-
&Cow::Borrowed("BoolMutator")
426+
&Cow::Borrowed("BoolInvertMutator")
427427
}
428428
}

0 commit comments

Comments
 (0)