Harald Welte has submitted this change and it was merged. (
https://gerrit.osmocom.org/13682 )
Change subject: minor: fix typo
......................................................................
minor: fix typo
Change-Id: I57c743250af19713e7438606bc1c737cfe0c383c
---
M sysmoOCTSIM/hal/include/hal_usart_async.h
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/sysmoOCTSIM/hal/include/hal_usart_async.h
b/sysmoOCTSIM/hal/include/hal_usart_async.h
index 3a6de39..c883823 100644
--- a/sysmoOCTSIM/hal/include/hal_usart_async.h
+++ b/sysmoOCTSIM/hal/include/hal_usart_async.h
@@ -82,7 +82,7 @@
uint32_t flags;
/** Number of characters transmitted */
uint16_t txcnt;
- /** Number of characters receviced */
+ /** Number of characters received */
uint16_t rxcnt;
};
--
To view, visit https://gerrit.osmocom.org/13682
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I57c743250af19713e7438606bc1c737cfe0c383c
Gerrit-Change-Number: 13682
Gerrit-PatchSet: 4
Gerrit-Owner: Kévin Redon <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)