From 6435af34199fb246b5f64706fb62c982a71008c7 Mon Sep 17 00:00:00 2001 From: Fabian Freyer Date: Sun, 15 Aug 2021 07:08:37 +0200 Subject: [PATCH] bolts::cpu: fix docs link (#264) --- libafl/src/bolts/cpu.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {