Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Dec 30, 2023
1 parent e7638ac commit 1bb6efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/read_buf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ fn alloc_layout_ring(pool_size: u16, page_size: usize) -> io::Result<alloc::Layo

/// Buffer reference from a [`ReadBufPool`].
///
/// Before a read system call, this will be empty and can't be resize. This is
/// Before a read system call, this will be empty and can't be resized. This is
/// really only useful in a call to a `read(2)` like system call.
///
/// # Notes
Expand Down

0 comments on commit 1bb6efc

Please sign in to comment.