summaryrefslogtreecommitdiff
path: root/lib/system_override.c
diff options
context:
space:
mode:
authorJaak Ristioja <jaak.ristioja@cyber.ee>2014-11-03 21:28:27 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-03 21:36:30 +0100
commitaef9b34b6f9531c949566012f84f520a3b934bee (patch)
tree40b414db1853b4aab593281fa4544645b8e1ec5b /lib/system_override.c
parentf8d42f85b97b511ece654bd28ff07fbbe48988ac (diff)
downloadgnutls-aef9b34b6f9531c949566012f84f520a3b934bee.tar.gz
doc: Fixed typo in inline comment of gnutls_transport_set_errno().
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/system_override.c')
-rw-r--r--lib/system_override.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system_override.c b/lib/system_override.c
index d673f2dd90..0e0f32e4b3 100644
--- a/lib/system_override.c
+++ b/lib/system_override.c
@@ -45,7 +45,7 @@
* @err: error value to store in session-specific errno variable.
*
* Store @err in the session-specific errno variable. Useful values
- * for @err is EAGAIN and EINTR, other values are treated will be
+ * for @err are EAGAIN and EINTR, other values are treated will be
* treated as real errors in the push/pull function.
*
* This function is useful in replacement push and pull functions set by