diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2018-07-19 23:03:16 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-07-20 14:32:07 +1000 |
commit | 3ba6e6883527fe517b6e4a824876e2fe62af22fc (patch) | |
tree | 52df788afbc436bf30b6e811bc9a03ff9e774c1b /sshconnect.c | |
parent | c77bc73c91bc656e343a1961756e09dd1b170820 (diff) |
upstream: Fix typo in comment. From Alexandru Iacob via github.
OpenBSD-Commit-ID: eff4ec07c6c8c5483533da43a4dda37d72ef7f1d
Diffstat (limited to 'sshconnect.c')
-rw-r--r-- | sshconnect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect.c b/sshconnect.c index 3f45e0ba0..64250dab1 100644 --- a/sshconnect.c +++ b/sshconnect.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshconnect.c,v 1.302 2018/07/19 10:28:47 dtucker Exp $ */ | 1 | /* $OpenBSD: sshconnect.c,v 1.303 2018/07/19 23:03:16 dtucker Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -330,7 +330,7 @@ check_ifaddrs(const char *ifname, int af, const struct ifaddrs *ifaddrs, | |||
330 | #endif | 330 | #endif |
331 | 331 | ||
332 | /* | 332 | /* |
333 | * Creates a ocket for use as the ssh connection. | 333 | * Creates a socket for use as the ssh connection. |
334 | */ | 334 | */ |
335 | static int | 335 | static int |
336 | ssh_create_socket(struct addrinfo *ai) | 336 | ssh_create_socket(struct addrinfo *ai) |