summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshlogin.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/sshlogin.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/sshlogin.c')
-rw-r--r--usr.bin/ssh/sshlogin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshlogin.c b/usr.bin/ssh/sshlogin.c
index dc3f3974b9f..8f175ab34c7 100644
--- a/usr.bin/ssh/sshlogin.c
+++ b/usr.bin/ssh/sshlogin.c
@@ -39,7 +39,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshlogin.c,v 1.6 2003/04/08 20:21:29 itojun Exp $");
+RCSID("$OpenBSD: sshlogin.c,v 1.7 2003/06/12 07:57:38 markus Exp $");
#include <util.h>
#include <utmp.h>
@@ -79,8 +79,8 @@ get_last_login_time(uid_t uid, const char *logname,
}
/*
- * Records that the user has logged in. I these parts of operating systems
- * were more standardized.
+ * Records that the user has logged in. I wish these parts of operating
+ * systems were more standardized.
*/
void
record_login(pid_t pid, const char *ttyname, const char *user, uid_t uid,