atf-sh: fix comment typo

Signed-off-by: Igor Ostapenko <pm@igoro.pro>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/895
This commit is contained in:
Igor Ostapenko 2023-12-26 16:21:54 -07:00 committed by Warner Losh
parent 208f089d45
commit d4d14d965f

View file

@ -358,7 +358,7 @@ atf_require_prog()
#
# Sets the test case's variable 'varname' to the specified values
# which are concatenated using a single blank space. This function
# is supposed to be called form the test case's head only.
# is supposed to be called from the test case's head only.
#
atf_set()
{