summaryrefslogtreecommitdiffstats
path: root/include/gssapi
diff options
context:
space:
mode:
Diffstat (limited to 'include/gssapi')
-rw-r--r--include/gssapi/gssapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gssapi/gssapi.h b/include/gssapi/gssapi.h
index 16a588e..d5294de 100644
--- a/include/gssapi/gssapi.h
+++ b/include/gssapi/gssapi.h
@@ -756,11 +756,11 @@ OM_uint32 gss_release_oid
OM_uint32 gss_decapsulate_token
(const gss_buffer_t, /* mechanism independent token */
gss_OID, /* desired mechanism */
- gss_buffer_t /* decapsulated mechanism dependant token */
+ gss_buffer_t /* decapsulated mechanism dependent token */
);
OM_uint32 gss_encapsulate_token
- (const gss_buffer_t, /* mechanism dependant token */
+ (const gss_buffer_t, /* mechanism dependent token */
gss_OID, /* desired mechanism */
gss_buffer_t /* encapsulated mechanism independent token */
);
OpenPOWER on IntegriCloud