aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2016-01-24 17:15:42 +0000
committerDevin Teske <dteske@FreeBSD.org>2016-01-24 17:15:42 +0000
commit33291485ae6572b3a460516bf2c86f0eaae41381 (patch)
treeb02855046266c2bbc8da900f55188817604041f5 /usr.sbin
parenta7ce3cb18552742d777f5b2c33975782f57099a1 (diff)
downloadsrc-33291485ae6572b3a460516bf2c86f0eaae41381.tar.gz
src-33291485ae6572b3a460516bf2c86f0eaae41381.zip
Fix a typo in a comment
MFC after: 3 days X-MFC-to: stable/10
Notes
Notes: svn path=/head/; revision=294669
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bsdconfig/share/strings.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/strings.subr b/usr.sbin/bsdconfig/share/strings.subr
index 487e06174532..e624fb5c7cd7 100644
--- a/usr.sbin/bsdconfig/share/strings.subr
+++ b/usr.sbin/bsdconfig/share/strings.subr
@@ -110,7 +110,7 @@ f_sprintf()
# Example 2:
#
# limit=12 format="%s %s"
-# format_args=" 'doghouse' 'foxhound' "
+# format_args=" 'doghouse' 'fox' "
# # even more spaces added to illustrate escape-method
# f_vsnprintf foo $limit "$format" "$format_args" # foo=[doghouse fox]
#