diff options
| author | Hao-Yu Hou <howard.hou.fan@elsa.cs.nthu.edu.tw> | 2023-12-30 09:36:11 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2024-02-13 04:28:55 +0000 |
| commit | 2e8ad2b698498a1c380d0d6fc5792b2c56926801 (patch) | |
| tree | 05021e4b2d49e2fc0c8b04fa12c500c33747f345 /sbin/sysctl/sysctl.c | |
| parent | bd45bbe440f19eeb166a13798c8dcc4dfeb29e36 (diff) | |
Diffstat (limited to 'sbin/sysctl/sysctl.c')
| -rw-r--r-- | sbin/sysctl/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index c37c1f3f7400..9e81f4480e40 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -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(); |
