diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-26 10:52:22 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-26 10:52:22 +0200 |
commit | 43aab88f241f561000f601254a7a08a975749694 (patch) | |
tree | 4ce84ad8a92fe2fece6c4f6b6ec24c6088000ba9 /libextra | |
parent | b3e693ee2951186b4fdc38f95da9508652f7918f (diff) | |
download | gnutls-43aab88f241f561000f601254a7a08a975749694.tar.gz |
Doc fixes.
Suggested by Peter Hendrickson <pdh@wiredyne.com>.
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/gnutls_ia.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libextra/gnutls_ia.c b/libextra/gnutls_ia.c index 4e2c633aca..46d02ef1c7 100644 --- a/libextra/gnutls_ia.c +++ b/libextra/gnutls_ia.c @@ -376,8 +376,8 @@ gnutls_ia_verify_endphase (gnutls_session_t session, const char *checksum) * @sizeofdata: is the length of the data * * Send TLS/IA application payload data. This function has the - * similar semantics with send(). The only difference is that is - * accepts a GNUTLS session, and uses different error codes. + * similar semantics with send(). The only difference is that it + * accepts a GnuTLS session, and uses different error codes. * * The TLS/IA protocol is synchronous, so you cannot send more than * one packet at a time. The client always send the first packet. @@ -415,7 +415,7 @@ gnutls_ia_send (gnutls_session_t session, const char *data, size_t sizeofdata) * @sizeofdata: the number of requested bytes, must be >= 12. * * Receive TLS/IA data. This function has the similar semantics with - * recv(). The only difference is that is accepts a GNUTLS session, + * recv(). The only difference is that it accepts a GnuTLS session, * and uses different error codes. * * If the server attempt to finish an application phase, this function |