Fix a typo in a comment.

This commit is contained in:
Devin Teske 2014-03-07 20:15:52 +00:00
parent a51550b4d6
commit 9680f649c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262897

View File

@ -523,7 +523,7 @@ f_include_lang()
# f_usage $file "FOO" "BAR"
#
# Will cause instances of "@FOO@" appearing in $file to be replaced with the
# text "BAR" before bering printed to the screen.
# text "BAR" before being printed to the screen.
#
# This function is a two-parter. Below is the awk(1) portion of the function,
# afterward is the sh(1) function which utilizes the below awk script.