summaryrefslogtreecommitdiff
path: root/usr.bin/w
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2012-06-24 06:34:35 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2012-06-24 06:34:35 +0000
commitbafc68c2c3cd5b53638098ab8bf49eee51bc97ba (patch)
tree6a16dbe8c019320ee1dee12c920d497144abe550 /usr.bin/w
parentb1469c2c05c7a2d2de6f530a0e25b0ca99be61df (diff)
Fix comment. Pointed out by Seth Wright (seth at crosse.org)
Diffstat (limited to 'usr.bin/w')
-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 7213d565204..cd649dcf6af 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: w.c,v 1.50 2011/07/28 10:14:00 kettenis Exp $ */
+/* $OpenBSD: w.c,v 1.51 2012/06/24 06:34:34 guenther Exp $ */
/*-
* Copyright (c) 1980, 1991, 1993, 1994
@@ -385,7 +385,7 @@ pr_header(time_t *nowp, int nusers)
/*
* Print how long system has been up.
- * (Found by looking getting "boottime" from the kernel)
+ * (Found by getting "boottime" from the kernel)
*/
mib[0] = CTL_KERN;
mib[1] = KERN_BOOTTIME;