summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-01 23:06:50 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-01 23:06:50 +0100
commit67250f5517e2cc6921a8357c2d49e1844683aa21 (patch)
treeb7c9ad8a7e9c4ac888aafcb77d7c9d393a7be5fa /lib
parent944dcceea3246cda6b37c8ec3843fc59acc9e42e (diff)
downloadgnutls-67250f5517e2cc6921a8357c2d49e1844683aa21.tar.gz
corrected typos
Diffstat (limited to 'lib')
-rw-r--r--lib/gnutls_state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index 84a62b76f0..25a08cdcc5 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -977,7 +977,7 @@ _gnutls_PRF (gnutls_session_t session,
* @seed_size: length of the @seed variable.
* @seed: optional extra data to seed the PRF with.
* @outsize: size of pre-allocated output buffer to hold the output.
- * @out: pre-allocate buffer to hold the generated data.
+ * @out: pre-allocated buffer to hold the generated data.
*
* Apply the TLS Pseudo-Random-Function (PRF) on the master secret
* and the provided data.
@@ -1024,7 +1024,7 @@ gnutls_prf_raw (gnutls_session_t session,
* @extra_size: length of the @extra variable.
* @extra: optional extra data to seed the PRF with.
* @outsize: size of pre-allocated output buffer to hold the output.
- * @out: pre-allocate buffer to hold the generated data.
+ * @out: pre-allocated buffer to hold the generated data.
*
* Apply the TLS Pseudo-Random-Function (PRF) on the master secret
* and the provided data, seeded with the client and server random fields.