summaryrefslogtreecommitdiff
path: root/mpi
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-05-09 12:11:30 +0200
committerWerner Koch <wk@gnupg.org>2014-05-09 12:11:30 +0200
commit42f097486eb1ab92f30fdab56865eec4af685def (patch)
tree0660b238d37245fbc0e066c6189aefc74f2d5f4c /mpi
parentfc6ff6f73a51bcbbbb3757dc1386da40aa3ae75d (diff)
downloadlibgcrypt-42f097486eb1ab92f30fdab56865eec4af685def.tar.gz
Comment typo fix
--
Diffstat (limited to 'mpi')
-rw-r--r--mpi/mpiutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/mpiutil.c b/mpi/mpiutil.c
index 1f1754a2..fdce578e 100644
--- a/mpi/mpiutil.c
+++ b/mpi/mpiutil.c
@@ -28,7 +28,7 @@
#include "mpi-internal.h"
#include "mod-source-info.h"
-/* Constatns allocated right away at strtartup. */
+/* Constants allocated right away at startup. */
static gcry_mpi_t constants[MPI_NUMBER_OF_CONSTANTS];