Skip to content

Commit

Permalink
Use ///
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Oct 11, 2024
1 parent fb23875 commit fe399a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/high_level.rs
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ pub fn spawn_cell(
Ok(process_id)
}

// Get inherited file descriptors.
/// Get inherited file descriptors.
pub fn inherited_fds() -> Vec<u64> {
let mut fds = [0u64; 64];
let l = syscalls::inherited_fds(&mut fds);
Expand Down

0 comments on commit fe399a9

Please sign in to comment.