From 1041c7258f8493d398c189f0bfc47e3d4ba33844 Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Wed, 15 Nov 2023 03:24:45 +0000 Subject: [PATCH] Fix tiny typo in docstring (#244) --- src/opcode.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opcode.rs b/src/opcode.rs index 4d68c8a3..4aec06b0 100644 --- a/src/opcode.rs +++ b/src/opcode.rs @@ -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,