summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshpty.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2003-06-12 07:57:38 +0000
committermarkus <markus@openbsd.org>2003-06-12 07:57:38 +0000
commitf69c723933c206445b8745f4d3f0b8be510a1a68 (patch)
tree9229a7af3843039dfc273e88a01c3dc7352a3b13 /usr.bin/ssh/sshpty.c
parent- document -ltu options; (diff)
downloadwireguard-openbsd-f69c723933c206445b8745f4d3f0b8be510a1a68.tar.xz
wireguard-openbsd-f69c723933c206445b8745f4d3f0b8be510a1a68.zip
typos; dtucker at zip.com.au
Diffstat (limited to 'usr.bin/ssh/sshpty.c')
-rw-r--r--usr.bin/ssh/sshpty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshpty.c b/usr.bin/ssh/sshpty.c
index ad2e03575c9..01d757ea64d 100644
--- a/usr.bin/ssh/sshpty.c
+++ b/usr.bin/ssh/sshpty.c
@@ -12,7 +12,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshpty.c,v 1.9 2003/05/24 09:30:40 djm Exp $");
+RCSID("$OpenBSD: sshpty.c,v 1.10 2003/06/12 07:57:38 markus Exp $");
#include <util.h>
#include "sshpty.h"
@@ -181,7 +181,7 @@ pty_release(const char *ttyname)
error("chmod %.100s 0666 failed: %.100s", ttyname, strerror(errno));
}
-/* Makes the tty the processes controlling tty and sets it to sane modes. */
+/* Makes the tty the process's controlling tty and sets it to sane modes. */
void
pty_make_controlling_tty(int *ttyfd, const char *ttyname)