summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2011-04-26 07:29:06 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2011-04-26 07:29:06 +0000
commit8229df2d0ccef5b463e92c86d4def89fa9d4e007 (patch)
tree19e21e83e24adbe0ab49877c01219f8e104f0a1e
parent966ec83e10c105d8145661fbc1254c261f128cb8 (diff)
tyop in comment
-rw-r--r--usr.bin/w/w.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c
index a9aa8321ae2..b65500f0268 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: w.c,v 1.48 2011/04/10 03:20:59 guenther Exp $ */
+/* $OpenBSD: w.c,v 1.49 2011/04/26 07:29:05 jasper Exp $ */
/*-
* Copyright (c) 1980, 1991, 1993, 1994
@@ -77,7 +77,7 @@ int ttywidth; /* width of tty */
int argwidth; /* width of tty */
int header = 1; /* true if -h flag: don't print heading */
int nflag = 1; /* true if -n flag: don't convert addrs */
-int sortidle; /* sort bu idle time */
+int sortidle; /* sort by idle time */
char *sel_user; /* login of particular user selected */
char domain[MAXHOSTNAMELEN];