summaryrefslogtreecommitdiff
path: root/mpi/mpicoder.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-10-29 11:27:58 +0100
committerWerner Koch <wk@gnupg.org>2013-10-29 14:38:53 +0100
commit39ccf743a11ca349ecf00d086fef53135cc4fbe0 (patch)
tree3a2daf23835c1a9f139e35f81dd73f0e5e7bc5f5 /mpi/mpicoder.c
parentba892a0a874c8b2a83dbf0940608cd7e2911ce01 (diff)
downloadlibgcrypt-39ccf743a11ca349ecf00d086fef53135cc4fbe0.tar.gz
Typo fix.
--
Diffstat (limited to 'mpi/mpicoder.c')
-rw-r--r--mpi/mpicoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/mpicoder.c b/mpi/mpicoder.c
index b598521c..7c4f5cae 100644
--- a/mpi/mpicoder.c
+++ b/mpi/mpicoder.c
@@ -179,7 +179,7 @@ mpi_fromstr (gcry_mpi_t val, const char *str)
/* Return an allocated buffer with the MPI (msb first). NBYTES
receives the length of this buffer. If FILL_LE is not 0, the
returned value is stored as little endian and right padded with
- zeroes so that the returned buffer has at least LILL_LE bytes.
+ zeroes so that the returned buffer has at least FILL_LE bytes.
Caller must free the return string. This function returns an
allocated buffer with NBYTES set to zero if the value of A is zero.