gssapi: Corrected typo in comments

This commit is contained in:
Steve Holme 2014-12-05 00:09:06 +00:00
parent 7b29c2803f
commit ee1d729ce0
1 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ extern gss_OID_desc Curl_spnego_mech_oid;
extern gss_OID_desc Curl_krb5_mech_oid;
/* Common method for using GSS-API */
OM_uint32 Curl_gss_init_sec_context(
struct SessionHandle *data,
OM_uint32 *minor_status,
@ -56,7 +55,7 @@ OM_uint32 Curl_gss_init_sec_context(
const bool mutual_auth,
OM_uint32 *ret_flags);
/* Helper to log a GSS - API error status */
/* Helper to log a GSS-API error status */
void Curl_gss_log_error(struct SessionHandle *data, OM_uint32 status,
const char *prefix);