mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 00: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
@ -12,7 +12,7 @@ use crate::{
|
||||
};
|
||||
|
||||
pub fn sys_ftruncate(fd: FileDesc, len: isize, ctx: &Context) -> Result<SyscallReturn> {
|
||||
debug!("fd = {}, lentgh = {}", fd, len);
|
||||
debug!("fd = {}, length = {}", fd, len);
|
||||
|
||||
check_length(len, ctx)?;
|
||||
|
||||
|
Reference in New Issue
Block a user