From c2cd49413b32c233f29ea5dcae6fe2e1f79692be Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Tue, 29 Jun 2021 12:09:49 +0200 Subject: [PATCH] typo fix --- libafl/src/bolts/llmp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl/src/bolts/llmp.rs b/libafl/src/bolts/llmp.rs index ff92c47379..c3a311990a 100644 --- a/libafl/src/bolts/llmp.rs +++ b/libafl/src/bolts/llmp.rs @@ -475,7 +475,7 @@ unsafe fn _llmp_next_msg_ptr(last_msg: *const LlmpMsg) -> *mut LlmpMsg { /// May be used to restore the map by id. #[derive(Copy, Clone, Debug, Serialize, Deserialize)] pub struct LlmpDescription { - /// Info about the ShredMap in use + /// Info about the [`ShMem`] in use shmem: ShMemDescription, /// The last message sent or received, depnding on page type last_message_offset: Option,