Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2024 09:35:06 GMT
From:      Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a8177d8f570f - stable/13 - atf-sh: fix comment typo
Message-ID:  <202405200935.44K9Z6Hc039776@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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()
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405200935.44K9Z6Hc039776>