Skip to content

Commit

Permalink
Fix tiny typo in docstring (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly authored Nov 15, 2023
1 parent 1999f80 commit 1041c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opcode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ opcode! {
/// `offset` contains the read or write offset.
///
/// If `fd` does not refer to a seekable file, `offset` must be set to zero.
/// If `offsett` is set to `-1`, the offset will use (and advance) the file position,
/// If `offset` is set to `-1`, the offset will use (and advance) the file position,
/// like the `read(2)` and `write(2)` system calls.
offset: u64 = 0,
ioprio: u16 = 0,
Expand Down

0 comments on commit 1041c72

Please sign in to comment.