summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2004-02-25 00:22:45 +0000
committerdjm <djm@openbsd.org>2004-02-25 00:22:45 +0000
commitfff37ee43bda14728e1079422bebe535bf82b2ce (patch)
tree7cfe9fe87dc22e8e0a40caee8610e0aa48e27d0f
parentdkcsum stuff for amd64, written by tom, who cannot commit it at the moment. (diff)
downloadwireguard-openbsd-fff37ee43bda14728e1079422bebe535bf82b2ce.tar.xz
wireguard-openbsd-fff37ee43bda14728e1079422bebe535bf82b2ce.zip
typo in comment
-rw-r--r--usr.bin/ssh/sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.c b/usr.bin/ssh/sshd.c
index fce72a156d4..438bdbb966d 100644
--- a/usr.bin/ssh/sshd.c
+++ b/usr.bin/ssh/sshd.c
@@ -42,7 +42,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshd.c,v 1.286 2004/02/23 12:02:33 markus Exp $");
+RCSID("$OpenBSD: sshd.c,v 1.287 2004/02/25 00:22:45 djm Exp $");
#include <openssl/dh.h>
#include <openssl/bn.h>
@@ -555,7 +555,7 @@ privsep_preauth_child(void)
debug3("privsep user:group %u:%u", (u_int)pw->pw_uid,
(u_int)pw->pw_gid);
#if 0
- /* XXX not ready, to heavy after chroot */
+ /* XXX not ready, too heavy after chroot */
do_setusercontext(pw);
#else
gidset[0] = pw->pw_gid;