Skip to content

Commit

Permalink
✏️ chore(IOS): Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfElements committed Jun 11, 2024
1 parent 50bb480 commit 8f8299d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ pub fn ioctl<IOCTL: Into<i32>>(
}
}

/// Attempts to call ioctl using a file descriptro with multiple input and output buffers
/// Attempts to call ioctl using a file descriptor with multiple input and output buffers
///
/// Attempts to call `ioctl` using `fd` with `bufs_in` and `bufs_out`
///
Expand Down

0 comments on commit 8f8299d

Please sign in to comment.