summaryrefslogtreecommitdiff
path: root/usr.bin/top
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-14 21:35:02 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-14 21:35:02 +0000
commit592b4684a393f187ed17f2dbde89e7e974b93bec (patch)
tree27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /usr.bin/top
parent44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff)
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/top.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c
index 9a3ab8cc83a..b365f28056e 100644
--- a/usr.bin/top/top.c
+++ b/usr.bin/top/top.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: top.c,v 1.16 2002/04/21 18:52:33 hugh Exp $ */
+/* $OpenBSD: top.c,v 1.17 2002/06/14 21:35:00 todd Exp $ */
const char copyright[] = "Copyright (c) 1984 through 1996, William LeFebvre";
@@ -544,7 +544,7 @@ restart:
{
/* determine number of processes to actually display */
/* this number will be the smallest of: active processes,
- number user requested, number current screen accomodates */
+ number user requested, number current screen accommodates */
active_procs = system_info.p_active;
if (active_procs > topn)
{