Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 06:19:27 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 5b539abf0849 - stable/13 - top(1): Fix a typo in a source code comment
Message-ID:  <202204090619.2396JRi6035282@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=5b539abf08493f0cbfc3e19bdfe59cfce47791b5

commit 5b539abf08493f0cbfc3e19bdfe59cfce47791b5
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:53:20 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:16:07 +0000

    top(1): Fix a typo in a source code comment
    
    - s/accomodate/accommodate/
    
    (cherry picked from commit 2fc0894023bf4220ae559d9eeff8aa5c51b18cff)
---
 usr.bin/top/top.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090619.2396JRi6035282>