Fix qouting in a comment, to make it look more consistent

Submitted by:	Jille Timmermans <jille quis cx>
MFC after:	1 week
This commit is contained in:
Ed Schouten 2009-10-18 19:51:06 +00:00
parent f19fa944e6
commit e79939add1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198216

View File

@ -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}}