aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2022-07-08 19:34:34 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2022-07-08 19:35:34 +0000
commit7f6754d9659183a0c56fe76044d7826ca849675f (patch)
tree8caac32bf5111b4041b1bc58400f53403f3548e6
parent39ad6e289f062fc8da239c0372f49b21f0911060 (diff)
downloadsrc-7f6754d9659183a0c56fe76044d7826ca849675f.tar.gz
src-7f6754d9659183a0c56fe76044d7826ca849675f.zip
rc.subr: Fix a typo
MFC after: 3 days
-rw-r--r--libexec/rc/rc.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr
index 99d1711e16ab..612ee12883ec 100644
--- a/libexec/rc/rc.subr
+++ b/libexec/rc/rc.subr
@@ -864,7 +864,7 @@ startmsg()
# ($sig_stop defaults to TERM.)
#
# reload Similar to stop, except use $sig_reload instead,
-# and doesn't wait_for_pids.
+# and don't wait_for_pids.
# $sig_reload defaults to HUP.
# Note that `reload' isn't provided by default,
# it should be enabled via $extra_commands.