diff options
| author | Igor Ostapenko <pm@igoro.pro> | 2023-12-26 23:21:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-12-26 23:24:42 +0000 |
| commit | d4d14d965fb92d2bceb744be41310dc47f27ab80 (patch) | |
| tree | 0f10fff77266b079f0ff16258491950995bbb49f | |
| parent | 208f089d459d506f0ff4809e62cfcbe8805e4b4e (diff) | |
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
| -rw-r--r-- | contrib/atf/atf-sh/libatf-sh.subr | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |
