summaryrefslogtreecommitdiff
path: root/lib/crypto-backend.h
diff options
context:
space:
mode:
authorPatrick Pelletier <code@funwithsoftware.org>2012-01-24 10:12:49 -0800
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-24 21:06:01 +0100
commit762f4e5fbab2334144621ba3d2dd4a07a8fa0f77 (patch)
tree397cf0eda85e2e90396e0a00374fe41416a14419 /lib/crypto-backend.h
parent172edf8fe210e6c6554b95d6f0de3c849019d1a4 (diff)
downloadgnutls-762f4e5fbab2334144621ba3d2dd4a07a8fa0f77.tar.gz
Fix up some typos and obsolete comments
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/crypto-backend.h')
-rw-r--r--lib/crypto-backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/crypto-backend.h b/lib/crypto-backend.h
index 2af78aa874..a05359d821 100644
--- a/lib/crypto-backend.h
+++ b/lib/crypto-backend.h
@@ -161,8 +161,8 @@
int (*bigint_prime_check) (const bigint_t pp);
int (*bigint_generate_group) (gnutls_group_st * gg, unsigned int bits);
- /* reads an bigint from a buffer */
- /* stores an bigint into the buffer. returns
+ /* reads a bigint from a buffer */
+ /* stores a bigint into the buffer. returns
* GNUTLS_E_SHORT_MEMORY_BUFFER if buf_size is not sufficient to
* store this integer, and updates the buf_size;
*/