summaryrefslogtreecommitdiff
path: root/lib/priority.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-09 17:21:57 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-09 17:30:47 +0200
commit72a3d238a46ad030046353279302ecb8966d189c (patch)
treedd9b00668cb4bb4d545edf1d22b0ce9ef420bdc3 /lib/priority.c
parentb98cb7462b33b03022314f19577d905ef9bf7062 (diff)
downloadgnutls-72a3d238a46ad030046353279302ecb8966d189c.tar.gz
doc update
Diffstat (limited to 'lib/priority.c')
-rw-r--r--lib/priority.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/priority.c b/lib/priority.c
index 5fcc97f29f..0f8bc934ad 100644
--- a/lib/priority.c
+++ b/lib/priority.c
@@ -987,8 +987,8 @@ void _gnutls_unload_system_priorities(void)
system_priority_last_mod = 0;
}
-/* Returns the new priorities if SYSTEM is specified in
- * an allocated string, or just a copy of the provided
+/* Returns the new priorities if a priority string prefixed
+ * with '@' is provided, or just a copy of the provided
* priorities, appended with any additional present in
* the priorities string.
*
@@ -1129,7 +1129,7 @@ finish:
* "NONE" means nothing is enabled. This disables even protocols and
* compression methods.
*
- * "@KEYWORD" The system administrator imposed settings. The provided keywords
+ * "@@KEYWORD" The system administrator imposed settings. The provided keywords
* will be expanded from a configuration-time provided file - default is:
* /etc/gnutls/default-priorities. Any keywords that follow it, will
* be appended to the expanded string. If there is no system string,