summaryrefslogtreecommitdiff
path: root/lib/gnutls_auth.c
diff options
context:
space:
mode:
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.
-*/