summaryrefslogtreecommitdiff
path: root/lib/gnutls_alert.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_alert.c')
-rw-r--r--lib/gnutls_alert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_alert.c b/lib/gnutls_alert.c
index be5d44291d..5350650ead 100644
--- a/lib/gnutls_alert.c
+++ b/lib/gnutls_alert.c
@@ -74,8 +74,8 @@ static const gnutls_alert_entry sup_alerts[] = {
* gnutls_alert_get_name - Returns a string describing the alert number given
* @alert: is an alert number &gnutls_session structure.
*
- * Returns a string that describes the given alert number.
- * See. gnutls_alert_get().
+ * Returns a string that describes the given alert number or NULL.
+ * See gnutls_alert_get().
*
**/
const char* gnutls_alert_get_name( gnutls_alert_level alert)