aya-bpf: minor fix lpm_trie::key docs

pull/360/head
Gabi 2 years ago committed by GitHub
parent 3d5ab0b17d
commit 14bad9ba92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ unsafe impl<K: Sync, V: Sync> Sync for LpmTrie<K, V> {}
#[repr(packed)]
pub struct Key<K> {
/// Represents the number of bytes matched against.
/// Represents the number of bits matched against.
pub prefix_len: u32,
/// Represents arbitrary data stored in the LpmTrie.
pub data: K,

Loading…
Cancel
Save