From 1cfc25e8c18fe57b8a4083cf07184ca27579925d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Redon?= Date: Tue, 14 May 2019 21:26:48 +0200 Subject: [PATCH] minor : fix typo in comment Change-Id: Ie310143fe713a51fa1adf8bf7599374282341f2e --- firmware/libcommon/source/simtrace_iso7816.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/libcommon/source/simtrace_iso7816.c b/firmware/libcommon/source/simtrace_iso7816.c index 889ca2d8..8ee3f8c4 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; }