[gnutls-devel] [PATCH 1/2] doc: Fixed typo in inline comment of gnutls_transport_set_errno().
Jaak Ristioja
jaak.ristioja at cyber.ee
Mon Nov 3 20:28:27 CET 2014
---
lib/system_override.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/system_override.c b/lib/system_override.c
index d673f2d..0e0f32e 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
--
2.1.3
More information about the Gnutls-devel
mailing list