summaryrefslogtreecommitdiff
path: root/lib/gnutls_auth.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-11 18:29:49 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-11 18:29:49 +0000
commitf8c5c05a58933e12843b7e4145b0ed6d565345c2 (patch)
tree262afef6775c4d1e7ec81d0636fc5594caef7e31 /lib/gnutls_auth.c
parent5201ca6996cd2085292f15c67f4f53ec805a1b3e (diff)
downloadgnutls-f8c5c05a58933e12843b7e4145b0ed6d565345c2.tar.gz
still more patches by Arne Thomassen
Diffstat (limited to 'lib/gnutls_auth.c')
-rw-r--r--lib/gnutls_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_auth.c b/lib/gnutls_auth.c
index 05dddc6199..2c5bef6f9a 100644
--- a/lib/gnutls_auth.c
+++ b/lib/gnutls_auth.c
@@ -208,7 +208,7 @@ void* _gnutls_get_auth_info( gnutls_session session) {
* _gnutls_free_auth_info - Frees the auth info structure
* @session: is a &gnutls_session structure.
*
- * this function frees the auth info structure and sets it to
+ * This function frees the auth info structure and sets it to
* null. It must be called since some structures contain malloced
* elements.
-*/