diff options
Diffstat (limited to 'scd/iso7816.c')
-rw-r--r-- | scd/iso7816.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/iso7816.c b/scd/iso7816.c index 703f1fdab..6634cd4a7 100644 --- a/scd/iso7816.c +++ b/scd/iso7816.c @@ -471,7 +471,7 @@ iso7816_reset_retry_counter (int slot, int chvno, } -/* Perform a SELECT DATA command to OCCURANCE of TAG. */ +/* Perform a SELECT DATA command to OCCURRENCE of TAG. */ gpg_error_t iso7816_select_data (int slot, int occurrence, int tag) { @@ -660,7 +660,7 @@ iso7816_manage_security_env (int slot, int p1, int p2, } -/* Perform the security operation COMPUTE DIGITAL SIGANTURE. On +/* Perform the security operation COMPUTE DIGITAL SIGNATURE. On success 0 is returned and the data is available in a newly allocated buffer stored at RESULT with its length stored at RESULTLEN. For LE see do_generate_keypair. */ |