mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 02:43:24 +00:00
Fix all spelling mistakes in history by typos tool
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
b29d3b5409
commit
86f09eef75
@ -1485,7 +1485,7 @@ impl InodeImpl_ {
|
||||
|
||||
/// Shrinks inode size.
|
||||
///
|
||||
/// After the reduction, the size will be shrinked to `new_size`,
|
||||
/// After the reduction, the size will be shrunk to `new_size`,
|
||||
/// which may result in an decreased block count.
|
||||
fn shrink(&mut self, new_size: usize) {
|
||||
let new_blocks = self.desc.size_to_blocks(new_size);
|
||||
|
Reference in New Issue
Block a user