mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue