summaryrefslogtreecommitdiff
path: root/mpi/ec.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 /mpi/ec.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 'mpi/ec.c')
-rw-r--r--mpi/ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/ec.c b/mpi/ec.c
index 26dd9478..016af005 100644
--- a/mpi/ec.c
+++ b/mpi/ec.c
@@ -35,7 +35,7 @@
#define point_free(a) _gcry_mpi_point_free_parts ((a))
-/* Print a point using the log fucntions. If CTX is not NULL affine
+/* Print a point using the log functions. If CTX is not NULL affine
coordinates will be printed. */
void
_gcry_mpi_point_log (const char *name, mpi_point_t point, mpi_ec_t ctx)