Skip to content

Commit 87deb19

Browse files
authored
typo fix
1 parent 10daddc commit 87deb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ impl<B: UsbBus> UsbDevice<'_, B> {
581581
}
582582
}
583583

584-
// reset STRING Request
584+
// rest STRING Requests
585585
_ => {
586586
let s = if index <= 3 {
587587
// for Manufacture, Product and Serial

0 commit comments

Comments
 (0)