aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorMichael Osipov <1983-01-06@gmx.net>2014-07-21 09:53:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-07-23 00:01:39 +0200
commiteed1c63c702bd781169a0d59ae6bb3c10104e5fa (patch)
tree7b2ed5bffb852585e95e492395cde824a241468a /lib/http.c
parente38ba430142153e95e2b0abe08a31d626a5c5864 (diff)
docs: Improve inline GSS-API naming in code documentation
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c
index d59dffcf2..5e8499aa2 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -786,7 +786,7 @@ CURLcode Curl_http_input_auth(struct connectdata *conn, bool proxy,
if(!data->req.newurl)
return CURLE_OUT_OF_MEMORY;
data->state.authproblem = FALSE;
- /* we received GSS auth info and we dealt with it fine */
+ /* we received a GSS auth token and we dealt with it fine */
negdata->state = GSS_AUTHRECV;
}
else