Fixed a typo in the per_cpu_hashmap documentation

pull/613/head
William Batista 1 year ago committed by Alessandro Decina
parent 84e5e2894f
commit 3d1013d729

@ -12,7 +12,7 @@ use crate::{
Pod,
};
/// Similar to [`HashMap`](crate::maps::HashMap) but each CPU holds a separate value for a given key. Tipically used to
/// Similar to [`HashMap`](crate::maps::HashMap) but each CPU holds a separate value for a given key. Typically used to
/// minimize lock contention in eBPF programs.
///
/// This type can be used with eBPF maps of type `BPF_MAP_TYPE_PERCPU_HASH` and

Loading…
Cancel
Save