Kévin Redon has uploaded this change for review. (
https://gerrit.osmocom.org/10314
Change subject: cardem: minor typo fix in comment
......................................................................
cardem: minor typo fix in comment
Change-Id: Ib1dee95e15db1c6bb3b45920d7c1a567e2ba474b
---
M firmware/libcommon/source/card_emu.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/14/10314/1
diff --git a/firmware/libcommon/source/card_emu.c
b/firmware/libcommon/source/card_emu.c
index ad6b4d9..fb68660 100644
--- a/firmware/libcommon/source/card_emu.c
+++ b/firmware/libcommon/source/card_emu.c
@@ -85,7 +85,7 @@
TPDU_S_WAIT_P2, /* waiting for P2 byte from reader */
TPDU_S_WAIT_P3, /* waiting for P3 byte from reader */
TPDU_S_WAIT_PB, /* waiting for Tx of procedure byte */
- TPDU_S_WAIT_RX, /* waiitng for more data from reader */
+ TPDU_S_WAIT_RX, /* waiting for more data from reader */
TPDU_S_WAIT_TX, /* waiting for more data to reader */
};
@@ -792,7 +792,7 @@
card_emu_uart_tx(ch->uart_chan, byte);
- /* this must happen _after_ the byte has been transmittd */
+ /* this must happen _after_ the byte has been transmitted */
switch (ch->tpdu.state) {
case TPDU_S_WAIT_PB:
/* if we just transmitted the procedure byte, we need to decide
--
To view, visit https://gerrit.osmocom.org/10314
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib1dee95e15db1c6bb3b45920d7c1a567e2ba474b
Gerrit-Change-Number: 10314
Gerrit-PatchSet: 1
Gerrit-Owner: Kévin Redon <[email protected]>