aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKévin Redon <kredon@sysmocom.de>2019-05-14 21:26:48 +0200
committerHarald Welte <laforge@osmocom.org>2019-12-02 19:28:07 +0100
commit1cfc25e8c18fe57b8a4083cf07184ca27579925d (patch)
tree4ae021cda1dfc99c1a4c8dedbcf3068ef42d1835
parent3864a794b46979645cf337b97532746b37fed95d (diff)
minor : fix typo in comment
-rw-r--r--firmware/libcommon/source/simtrace_iso7816.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/libcommon/source/simtrace_iso7816.c b/firmware/libcommon/source/simtrace_iso7816.c
index 889ca2d..8ee3f8c 100644
--- a/firmware/libcommon/source/simtrace_iso7816.c
+++ b/firmware/libcommon/source/simtrace_iso7816.c
@@ -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;
}