Skip to content

Commit 8dcbd08

Browse files
corrected typo in comments
1 parent 7bef4fc commit 8dcbd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/time.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ unsigned long micros() {
5656
uint32_t const down_counts = main_timer.get_counter();
5757
if (_timer_get_underflow_bit() && (down_counts > (_timer_period / 2)))
5858
{
59-
// the counter wrapped arround just before it was read
59+
// the counter wrapped around just before it was read
6060
++ms;
6161
}
6262
NVIC_EnableIRQ(main_timer.get_cfg()->cycle_end_irq);

0 commit comments

Comments
 (0)