Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
toseven authored and toseven committed Sep 5, 2023
1 parent a5b3462 commit 0a48eaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libafl/src/stages/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use crate::{
#[cfg(feature = "std")]
use crate::{events::Event, monitors::UserStats};

/// The [`AFLStatsStage`] is a simple stage that computes and reports some stats.
/// The [`AflStatsStage`] is a simple stage that computes and reports some stats.
#[derive(Debug, Clone)]
pub struct AflStatsStage<E, EM, Z>
where
Expand Down Expand Up @@ -129,7 +129,7 @@ where
Z: UsesState<State = E::State>,
E::State: HasImported + HasCorpus + HasMetadata,
{
/// create a new instance of the [`AFLStatsStage`]
/// create a new instance of the [`AflStatsStage`]
#[must_use]
pub fn new(interval: Duration) -> Self {
Self {
Expand All @@ -146,7 +146,7 @@ where
Z: UsesState<State = E::State>,
E::State: HasImported + HasCorpus + HasMetadata,
{
/// the default instance of the [`AFLStatsStage`]
/// the default instance of the [`AflStatsStage`]
#[must_use]
fn default() -> Self {
Self {
Expand Down

0 comments on commit 0a48eaa

Please sign in to comment.