Skip to content

Commit 115ff16

Browse files
ususdeiwhitequark
andauthored
Apply suggestions from code review
Co-authored-by: Catherine <whitequark@whitequark.org>
1 parent c189a2e commit 115ff16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/socket/eth.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ impl core::fmt::Display for EthMetadata {
8080
}
8181
}
8282

83-
/// A Eth packet metadata.
83+
/// An Ethernet packet metadata.
8484
pub type PacketMetadata = crate::storage::PacketMetadata<EthMetadata>;
8585

86-
/// A Eth packet ring buffer.
86+
/// An Ethernet packet ring buffer.
8787
pub type PacketBuffer<'a> = crate::storage::PacketBuffer<'a, EthMetadata>;
8888

8989
pub type Ethertype = u16;

0 commit comments

Comments
 (0)