Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Oct 1, 2024
1 parent 09436e2 commit abe9380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xdp/s2n-quic-xdp/src/ring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use std::{io, os::unix::io::AsRawFd};
struct Ring<T: Copy + fmt::Debug> {
cursor: Cursor<T>,
flags: NonNull<RingFlags>,
// make the area clonable in test mode
// make the area cloneable in test mode
#[cfg(test)]
area: std::sync::Arc<Mmap>,
#[cfg(not(test))]
Expand Down

0 comments on commit abe9380

Please sign in to comment.