Skip to content

Commit c7b5e24

Browse files
authored
Fix a spell mistake
1 parent f2dfe9a commit c7b5e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/serial-interrupt-idle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn main() -> ! {
4242
let tx = gpiob.pb6.into_alternate_push_pull(&mut gpiob.crl);
4343
let rx = gpiob.pb7;
4444

45-
// Set up the usart device. Taks ownership over the USART register and tx/rx pins. The rest of
45+
// Set up the usart device. Takes ownership over the USART register and tx/rx pins. The rest of
4646
// the registers are used to enable and configure the device.
4747
let (mut tx, mut rx) = Serial::usart1(
4848
p.USART1,

0 commit comments

Comments
 (0)