aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 12:53:20 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-02 12:53:20 +0000
commit2fc0894023bf4220ae559d9eeff8aa5c51b18cff (patch)
treef90dced0cef53fed5743be2ab80ce278c42b4da6
parentc9b04ee4f8a85ba4f6645de25c17180c752d1b04 (diff)
downloadsrc-2fc0894023bf4220ae559d9eeff8aa5c51b18cff.tar.gz
src-2fc0894023bf4220ae559d9eeff8aa5c51b18cff.zip
top(1): Fix a typo in a source code comment
- s/accomodate/accommodate/ MFC after: 3 days
-rw-r--r--usr.bin/top/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c
index 68b7bdf1dfb5..6b18b9572b20 100644
--- a/usr.bin/top/top.c
+++ b/usr.bin/top/top.c
@@ -652,7 +652,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_pactive;
if (active_procs > topn)
{