Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2024 16:34:39 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 507e18dfc324 - stable/14 - freebsd-update: Fix typo in comment
Message-ID:  <202404071634.437GYdCO092045@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=507e18dfc32491d2617488b470c2208db88977e2

commit 507e18dfc32491d2617488b470c2208db88977e2
Author:     a-biardi <a.biardi@tiscali.it>
AuthorDate: 2024-04-02 12:28:52 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-04-07 16:34:04 +0000

    freebsd-update: Fix typo in comment
    
    s/patchname expansion/pathname expansion/
    
    Signed-off-by: a.biardi@tiscali.it
    Pull-request: https://github.com/freebsd/freebsd-src/pull/1152
    (cherry picked from commit 91811711625482f3a5778939e9999f53a0bea22a)
---
 usr.sbin/freebsd-update/freebsd-update.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh
index 9af6e8d711ed..b6a8911e64b7 100644
--- a/usr.sbin/freebsd-update/freebsd-update.sh
+++ b/usr.sbin/freebsd-update/freebsd-update.sh
@@ -2895,7 +2895,7 @@ backup_kernel () {
 	(cd ${BASEDIR}/${KERNELDIR} && find . -type f $FINDFILTER -exec \
 	    cp -pl '{}' ${BASEDIR}/${BACKUPKERNELDIR}/'{}' \;)
 
-	# Re-enable patchname expansion.
+	# Re-enable pathname expansion.
 	set +f
 }
 



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