diff --git a/libafl/src/bolts/cpu.rs b/libafl/src/bolts/cpu.rs index f4bf724c2c..c1a0f93689 100644 --- a/libafl/src/bolts/cpu.rs +++ b/libafl/src/bolts/cpu.rs @@ -30,7 +30,7 @@ pub fn read_time_counter() -> u64 { /// /// This function is a wrapper around different ways to get a timestamp, fast /// In this way, an experiment only has to -/// change this implementation rather than every instead of [`cpu::read_time_counter`] +/// change this implementation rather than every instead of [`read_time_counter`] /// On unsupported architectures, it's falling back to normal system time, in millis. #[cfg(not(any(target_arch = "x86_64", target_arch = "x86")))] pub fn read_time_counter() -> u64 {