From aef9b34b6f9531c949566012f84f520a3b934bee Mon Sep 17 00:00:00 2001 From: Jaak Ristioja Date: Mon, 3 Nov 2014 21:28:27 +0200 Subject: doc: Fixed typo in inline comment of gnutls_transport_set_errno(). Signed-off-by: Nikos Mavrogiannopoulos --- lib/system_override.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/system_override.c') 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 -- cgit v1.2.1