summaryrefslogtreecommitdiff
path: root/cipher/ecc-misc.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2017-04-28 09:27:00 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2017-04-28 09:27:00 +0900
commit9b651fb632f3697e70685c9ee340ab0cb2274bdf (patch)
treef8d32662197433f86b33b9ed9a2063e7517e79f0 /cipher/ecc-misc.c
parent719468e53133d3bdf12156c5bfdea2bf15f9f6f1 (diff)
downloadlibgcrypt-9b651fb632f3697e70685c9ee340ab0cb2274bdf.tar.gz
Spelling fixes in docs and comments.
-- GnuPG-bug-id: 3120 Reported-by: ka7 (klemens) Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'cipher/ecc-misc.c')
-rw-r--r--cipher/ecc-misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/ecc-misc.c b/cipher/ecc-misc.c
index 8f7b8c4d..41debe40 100644
--- a/cipher/ecc-misc.c
+++ b/cipher/ecc-misc.c
@@ -333,7 +333,7 @@ _gcry_ecc_mont_decodepoint (gcry_mpi_t pk, mpi_ec_t ctx, mpi_point_t result)
* 0x40 for x-only coordinate.
*
* For data with older implementation (non-released development
- * version), it is possibe to have the 0x40 as a part of data.
+ * version), it is possible to have the 0x40 as a part of data.
* Besides, when data was parsed as MPI, we might have 0x00
* prefix.
*