top(1): Fix a typo in a source code comment
- s/accomodate/accommodate/ MFC after: 3 days
This commit is contained in:
parent
c9b04ee4f8
commit
2fc0894023
@ -652,7 +652,7 @@ main(int argc, const char *argv[])
|
||||
{
|
||||
/* 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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user