Skip to content

Commit c9ddecd

Browse files
committed
fix clippy error
1 parent c4f43ca commit c9ddecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/syscall/task/clone.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ pub fn do_clone<P: CloneParamProvider>(uctx: &UserContext, params: &P) -> AxResu
364364
/// Note: In clone(), the parent_tid parameter serves dual purpose:
365365
/// - If CLONE_PIDFD: receives the pidfd
366366
/// - If CLONE_PARENT_SETTID: receives the child TID
367-
/// These two flags are mutually exclusive in clone().
367+
/// These two flags are mutually exclusive in clone().
368368
pub struct CloneParams {
369369
flags: u32,
370370
stack: usize,

0 commit comments

Comments
 (0)