The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=d4d14d965fb92d2bceb744be41310dc47f27ab80
commit d4d14d965fb92d2bceb744be41310dc47f27ab80 Author: Igor Ostapenko <[email protected]> AuthorDate: 2023-12-26 23:21:54 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2023-12-26 23:24:42 +0000 atf-sh: fix comment typo Signed-off-by: Igor Ostapenko <[email protected]> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/895 --- contrib/atf/atf-sh/libatf-sh.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/atf/atf-sh/libatf-sh.subr b/contrib/atf/atf-sh/libatf-sh.subr index a2478b6a9be1..af2b75e5fe34 100644 --- a/contrib/atf/atf-sh/libatf-sh.subr +++ b/contrib/atf/atf-sh/libatf-sh.subr @@ -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() {
