summaryrefslogtreecommitdiff
path: root/gss-serv.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-03-13 03:17:07 +0000
committerDamien Miller <djm@mindrot.org>2020-03-14 19:39:09 +1100
commitd081f017c20a3564255873ed99fd7d024cac540f (patch)
tree961bd04b64c3d52803740987a6ab713e3ca6d06b /gss-serv.c
parentc084a2d040f160bc2b83f13297e3e3ca3f5dbac6 (diff)
upstream: spelling errors in comments; no code change from
OpenBSD-Commit-ID: 166ea64f6d84f7bac5636dbd38968592cb5eb924
Diffstat (limited to 'gss-serv.c')
-rw-r--r--gss-serv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gss-serv.c b/gss-serv.c
index ab3a15f0f..b5d4bb2d1 100644
--- a/gss-serv.c
+++ b/gss-serv.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: gss-serv.c,v 1.31 2018/07/09 21:37:55 markus Exp $ */ 1/* $OpenBSD: gss-serv.c,v 1.32 2020/03/13 03:17:07 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. 4 * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@ -337,7 +337,7 @@ ssh_gssapi_storecreds(void)
337 debug("ssh_gssapi_storecreds: Not a GSSAPI mechanism"); 337 debug("ssh_gssapi_storecreds: Not a GSSAPI mechanism");
338} 338}
339 339
340/* This allows GSSAPI methods to do things to the childs environment based 340/* This allows GSSAPI methods to do things to the child's environment based
341 * on the passed authentication process and credentials. 341 * on the passed authentication process and credentials.
342 */ 342 */
343/* As user */ 343/* As user */