top(1): Fix a typo in a source code comment

- s/accomodate/accommodate/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 14:53:20 +02:00
parent c9b04ee4f8
commit 2fc0894023

View file

@ -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)
{