Skip to content

Commit 309ec3f

Browse files
committed
fix clippy error
1 parent b360af6 commit 309ec3f

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
@@ -365,7 +365,7 @@ pub fn do_clone<P: CloneParamProvider>(uctx: &UserContext, params: &P) -> AxResu
365365
/// Note: In clone(), the parent_tid parameter serves dual purpose:
366366
/// - If CLONE_PIDFD: receives the pidfd
367367
/// - If CLONE_PARENT_SETTID: receives the child TID
368-
/// These two flags are mutually exclusive in clone().
368+
/// These two flags are mutually exclusive in clone().
369369
pub struct CloneParams {
370370
flags: u32,
371371
stack: usize,

0 commit comments

Comments
 (0)