git: a8177d8f570f - stable/13 - atf-sh: fix comment typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 May 2024 09:35:06 UTC
The branch stable/13 has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=a8177d8f570f52b60fc8af6926f9f5db69334239
commit a8177d8f570f52b60fc8af6926f9f5db69334239
Author: Igor Ostapenko <pm@igoro.pro>
AuthorDate: 2023-12-26 23:21:54 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2024-05-20 09:04:59 +0000
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
(cherry picked from commit d4d14d965fb92d2bceb744be41310dc47f27ab80)
---
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()
{