docs: fix a small typo in comment

This commit is contained in:
Narawit Rakket 2022-08-07 12:14:23 +07:00 committed by Abin Simon
parent 4f100aac78
commit c239291ca8

View file

@ -51,7 +51,7 @@ impl Blocks {
self.0.contains(&Block::Size)
}
/// Tnserts a [Block] of variant [INode](Block::Context), if `self` does not already contain a
/// Inserts a [Block] of variant [INode](Block::Context), if `self` does not already contain a
/// [Block] of that variant. The positioning will be best-effort approximation of coreutils
/// ls position for a security context
fn optional_insert_context(&mut self) {