Skip to content

Commit 4523549

Browse files
Merge pull request #201 from liuziangexit/patch-1
Typo fixed.
2 parents d514904 + 88f5120 commit 4523549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lesson03/rpi-os.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ void handle_timer_irq( void )
166166
curVal += interval;
167167
put32(TIMER_C1, curVal);
168168
put32(TIMER_CS, TIMER_CS_M1);
169-
printf("Timer iterrupt received\n\r");
169+
printf("Timer interrupt received\n\r");
170170
}
171171
```
172172

0 commit comments

Comments
 (0)