minor : fix typo in comment

Change-Id: Ie310143fe713a51fa1adf8bf7599374282341f2e
This commit is contained in:
Kévin Redon
2019-05-14 21:26:48 +02:00
parent c2a3836777
commit 0954e3b283

View File

@@ -80,7 +80,7 @@ void ISR_PhoneRST(const Pin * pPin)
}
/*
* char_stat is zero if no error occured.
* char_stat is zero if no error occurred.
* Otherwise it is filled with the content of the status register.
*/
void mode_trace_usart1_irq(void)
@@ -110,7 +110,7 @@ void mode_trace_usart1_irq(void)
rbuf_write(&sim_rcv_buf, c);
} else {
TRACE_DEBUG("e %x st: %x\n", c, stat);
} /* else: error occured */
} /* else: error occurred */
char_stat = stat;
}