sysctl(8): Fix typo in comment

Line214: combind -> combine

Reviewed by:	zlai
Event:		Advanced UNIX Programming Course (Fall’23) at NTHU
Request:	https://github.com/freebsd/freebsd-src/pull/966
This commit is contained in:
Hao-Yu Hou 2023-12-30 17:36:11 +08:00 committed by Li-Wen Hsu
parent bd45bbe440
commit 2e8ad2b698
No known key found for this signature in database
GPG key ID: 82B261B14D3BC7AF

View file

@ -211,7 +211,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();