summaryrefslogtreecommitdiff
path: root/usr.bin/top/display.c
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2004-06-13 18:49:03 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2004-06-13 18:49:03 +0000
commit36d6f070719db6116dbf610935b841a9f8e6ab3f (patch)
tree991dfcc8df4c619158ab5e720899c52f11cf66b2 /usr.bin/top/display.c
parent911bcf252e39629ea9e5ed66db30fbcec48e22e7 (diff)
Typos in comments and a redundant prototype. From Brian Poole via jmc@
ok jmc@
Diffstat (limited to 'usr.bin/top/display.c')
-rw-r--r--usr.bin/top/display.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/top/display.c b/usr.bin/top/display.c
index b540bdee4db..243fdc6af4f 100644
--- a/usr.bin/top/display.c
+++ b/usr.bin/top/display.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: display.c,v 1.17 2003/11/01 20:20:57 deraadt Exp $ */
+/* $OpenBSD: display.c,v 1.18 2004/06/13 18:49:02 otto Exp $ */
/*
* Top users/processes display for Unix
@@ -38,7 +38,7 @@
* ASSUMPTIONS:
* None of the "i_" routines use any of the termcap capabilities.
* In this way, those routines can be safely used on terminals that
- * have minimal (or nonexistant) terminal capabilities.
+ * have minimal (or nonexistent) terminal capabilities.
*
* The routines are called in this order: *_loadave, i_timeofday,
* *_procstates, *_cpustates, *_memory, *_message, *_header,
@@ -81,7 +81,7 @@ static void line_update(char *, char *, int, int);
#define lineindex(l) ((l)*display_width)
-/* things initialized by display_init and used thruout */
+/* things initialized by display_init and used throughout */
/* buffer of proc information lines for display updating */
char *screenbuf = NULL;