Fixed a typo in the per_cpu_hashmap documentation

pull/564/head
William Batista 2 years ago committed by GitHub
parent b13070a342
commit 82b6e5d53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ use crate::{
Pod, 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. /// minimize lock contention in eBPF programs.
/// ///
/// This type can be used with eBPF maps of type `BPF_MAP_TYPE_PERCPU_HASH` and /// This type can be used with eBPF maps of type `BPF_MAP_TYPE_PERCPU_HASH` and

Loading…
Cancel
Save