Fix a typo in a comment

MFC after:	3 days
X-MFC-to:	stable/10
This commit is contained in:
Devin Teske 2016-01-24 17:15:42 +00:00
parent a7ce3cb185
commit 33291485ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294669

View File

@ -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]
#