diff options
| author | zhanghailiang | 2014-09-10 13:29:07 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2014-09-20 15:55:53 +0200 |
| commit | 9d632f5f688e1cbb8ef9e54dfc671518dfe677aa (patch) | |
| tree | b9917269f3870c2d0c52e9b29c1e08351c2b1ee4 /libcacard | |
| parent | qemu-char: Permit only a single "stdio" character device (diff) | |
| download | qemu-9d632f5f688e1cbb8ef9e54dfc671518dfe677aa.tar.gz qemu-9d632f5f688e1cbb8ef9e54dfc671518dfe677aa.tar.xz qemu-9d632f5f688e1cbb8ef9e54dfc671518dfe677aa.zip | |
Fix typos and misspellings in comments
formated -> formatted
gaurantee -> guarantee
shear -> sheer
Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'libcacard')
| -rw-r--r-- | libcacard/vcard_emul_nss.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcacard/vcard_emul_nss.c b/libcacard/vcard_emul_nss.c index f1bba57c2f..07b446481e 100644 --- a/libcacard/vcard_emul_nss.c +++ b/libcacard/vcard_emul_nss.c @@ -286,10 +286,10 @@ vcard_emul_rsa_op(VCard *card, VCardKey *key, } } if ((i < buffer_size) && (buffer[i] == 0)) { - /* yes, we have a properly formated PKCS #1 signature */ + /* yes, we have a properly formatted PKCS #1 signature */ /* * NOTE: even if we accidentally got an encrypt buffer, which - * through shear luck started with 00, 01, ff, 00, it won't matter + * through sheer luck started with 00, 01, ff, 00, it won't matter * because the resulting Sign operation will effectively decrypt * the real buffer. */ |
