diff options
author | Jakub Jelen <jjelen@redhat.com> | 2019-04-15 13:25:25 +0200 |
---|---|---|
committer | Jakub Jelen <jjelen@redhat.com> | 2019-07-04 16:05:09 +0200 |
commit | 42bc407b960633c752274692e93acc597d8e7db6 (patch) | |
tree | 91ca51c896c5a57a90013538cb384dbf313555fd /src | |
parent | 597ea5d98b6d64b063463ccc2a28132825d3d202 (diff) |
gp: Fix typos and formatting issues
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/gp.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -36,14 +36,14 @@ static unsigned char gp_get_data[] = { static VCardStatus gp_applet_container_process_apdu(VCard *card, VCardAPDU *apdu, - VCardResponse **response) + VCardResponse **response) { VCardStatus ret = VCARD_FAIL; unsigned int tag; switch (apdu->a_ins) { case GP_GET_DATA: - /* GET DATA isntruction for tags: + /* GET DATA instruction for tags: * 00 66 (not found): * 9F 7F (len = 2D): * 9F 7F 2A 40 70 50 72 12 91 51 81 01 00 70 70 00 @@ -71,7 +71,7 @@ gp_applet_container_process_apdu(VCard *card, VCardAPDU *apdu, /* - * Initialize the cac card. This is the only public function in this file. All + * Initialize the gp applet. This is the only public function in this file. All * the rest are connected through function pointers. */ VCardStatus |