Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2024 15:58:44 GMT
From:      Zhenlei Huang <zlei@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2a0d3dd35197 - stable/14 - sysctl(8): Fix typo in comment
Message-ID:  <202410251558.49PFwiZQ003088@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by zlei:

URL: https://cgit.FreeBSD.org/src/commit/?id=2a0d3dd35197d7220c43efb281f85f37cc7019f8

commit 2a0d3dd35197d7220c43efb281f85f37cc7019f8
Author:     Hao-Yu Hou <howard.hou.fan@elsa.cs.nthu.edu.tw>
AuthorDate: 2023-12-30 09:36:11 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2024-10-25 15:57:04 +0000

    sysctl(8): Fix typo in comment
    
    Line214: combind -> combine
    
    Reviewed by:    zlei
    Event:          Advanced UNIX Programming Course (Fall’23) at NTHU
    Request:        https://github.com/freebsd/freebsd-src/pull/966
    
    (cherry picked from commit 2e8ad2b698498a1c380d0d6fc5792b2c56926801)
---
 sbin/sysctl/sysctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c
index 7ed7be95c9a5..df388e41c560 100644
--- a/sbin/sysctl/sysctl.c
+++ b/sbin/sysctl/sysctl.c
@@ -212,7 +212,7 @@ main(int argc, char **argv)
 	argc -= optind;
 	argv += optind;
 
-	/* Nflag is name only and doesn't make sense to combind with these */
+	/* Nflag is name only and doesn't make sense to combine with these */
 	/* TODO: few other combinations do not make sense but come back later */
 	if (Nflag && (lflag || nflag))
 		usage();



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