Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 5ab22d0

Browse files
author
Alex Helfet
committed
Fixed typo.
1 parent ebed840 commit 5ab22d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/itmdump.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct Packet {
4949
/// Data in this packet.
5050
pub payload: HVec<u8, [u8; MAX_PAYLOAD_SIZE]>,
5151

52-
/// Stimuls port this packet was sent from.
52+
/// Stimulus port this packet was sent from.
5353
pub port: u8,
5454
}
5555

0 commit comments

Comments
 (0)