Revision cba919da libcacard/card_7816.h

b/libcacard/card_7816.h
23 23
/* response from just status bytes */
24 24
VCardResponse *vcard_response_new_status_bytes(unsigned char sw1,
25 25
                                               unsigned char sw2);
26
/* response from just status: NOTE this cannot fail, it will alwyas return a
26
/* response from just status: NOTE this cannot fail, it will always return a
27 27
 * valid response, if it can't allocate memory, the response will be
28 28
 * VCARD7816_STATUS_EXC_ERROR_MEMORY_FAILURE */
29 29
VCardResponse *vcard_make_response(vcard_7816_status_t status);

Also available in: Unified diff