From: Nikos Mavrogiannopoulos Date: Sun, 5 May 2013 13:23:11 +0000 (+0300) Subject: clarified doc X-Git-Tag: gnutls_3_2_0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=475177631c50283c647efec1a5445b734cd7f751;p=thirdparty%2Fgnutls.git clarified doc --- diff --git a/lib/ext/alpn.c b/lib/ext/alpn.c index 939266e15a..3179d3aed6 100644 --- a/lib/ext/alpn.c +++ b/lib/ext/alpn.c @@ -227,7 +227,7 @@ gnutls_alpn_get_selected_protocol (gnutls_session_t session, * @session: is a #gnutls_session_t structure. * @protocols: is the protocol names to add. * @protocols_size: the number of protocols to add. - * @flags: one of %GNUTLS_ALPN_* + * @flags: zero or %GNUTLS_ALPN_* * * This function is to be used by both clients and servers, to declare * the supported ALPN protocols, which are used during peer negotiation.