lynxis lazus has uploaded this change for review.

View Change

cosmetic: fix typo in comment

Change-Id: I9647fd799839e1d7aa7ab9c118a2e51455536ce4
---
M host/lib/apdu_dispatch.c
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/41/43141/1
diff --git a/host/lib/apdu_dispatch.c b/host/lib/apdu_dispatch.c
index 4c8f505..ccdadcd 100644
--- a/host/lib/apdu_dispatch.c
+++ b/host/lib/apdu_dispatch.c
@@ -64,7 +64,7 @@

/*! \brief input function for APDU segmentation
* \param ac APDU context accross successive calls
- * \param[in] apdu_buf APDU inpud data buffer
+ * \param[in] apdu_buf APDU input data buffer
* \param[in] apdu_len Length of apdu_buf
* \param[in] new_apdu Is this the beginning of a new APDU?
*
@@ -72,7 +72,7 @@
* sufficient data of the APDU received to transmit the command-APDU to
* the actual card.
*
- * The function retunrs APDU_ACT_RX_MORE_CAPDU_FROM_READER when there
+ * The function returns APDU_ACT_RX_MORE_CAPDU_FROM_READER when there
* is more data to be received from the card reader (GSM Phone).
*/
int osmo_apdu_segment_in(struct osmo_apdu_context *ac, const uint8_t *apdu_buf,

To view, visit change 43141. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I9647fd799839e1d7aa7ab9c118a2e51455536ce4
Gerrit-Change-Number: 43141
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>