summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db.c b/lib/db.c
index 13c25960dc..fc0699a4bd 100644
--- a/lib/db.c
+++ b/lib/db.c
@@ -124,7 +124,7 @@ void *gnutls_db_get_ptr(gnutls_session_t session)
* @seconds: is the number of seconds.
*
* Set the expiration time for resumed sessions. The default is 21600
- * (size hours) at the time of writing.
+ * (6 hours) at the time of writing.
*
* The maximum value that can be set using this function is 604800
* (7 days).