summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-07-01 14:01:36 +0000
committerEd Maste <emaste@FreeBSD.org>2024-07-01 14:01:36 +0000
commitd565364dadebdaabef4ecead36ae102774e81174 (patch)
treedc22dc885255344e9a27e99a9d4ab2f9b3ec211f /readconf.c
parent9200ce3210fdc00706904d2eb2d8a481ed84eef3 (diff)
Vendor import of OpenSSH 9.8p1vendor/openssh/9.8p1
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c
index 3a64a0441641..4e3791cb7cc6 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.c,v 1.386 2024/03/04 04:13:18 djm Exp $ */
+/* $OpenBSD: readconf.c,v 1.387 2024/05/17 02:39:11 jsg Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -3337,7 +3337,7 @@ parse_ssh_uri(const char *uri, char **userp, char **hostp, int *portp)
return r;
}
-/* XXX the following is a near-vebatim copy from servconf.c; refactor */
+/* XXX the following is a near-verbatim copy from servconf.c; refactor */
static const char *
fmt_multistate_int(int val, const struct multistate *m)
{