summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-10-18 19:51:06 +0000
committered <ed@FreeBSD.org>2009-10-18 19:51:06 +0000
commitcaa1413c37456314b2c31d0dd81be089fa351c05 (patch)
tree0d207ed5a8436c04f499872e87efe3a05aba7638 /etc
parentaa8d74dd81836e317bb80a5c144ac3e9dced0c61 (diff)
downloadFreeBSD-src-caa1413c37456314b2c31d0dd81be089fa351c05.zip
FreeBSD-src-caa1413c37456314b2c31d0dd81be089fa351c05.tar.gz
Fix qouting in a comment, to make it look more consistent
Submitted by: Jille Timmermans <jille quis cx> MFC after: 1 week
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index 2e502db..f0a4b58 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -593,7 +593,7 @@ run_rc_command()
rc_fast=yes
rc_quiet=yes
;;
- force*) # "force prefix; always run
+ force*) # "force" prefix; always run
rc_force=yes
_rc_prefix=force
rc_arg=${rc_arg#${_rc_prefix}}
OpenPOWER on IntegriCloud