Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2024 00:55:55 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2ce493e1693b - main - Cleanup commit. Use PROGRAM instead of PROGGRAM.
Message-ID:  <202411040055.4A40ttWD001954@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=2ce493e1693b55a330079ac5fce8beb66e26ddeb

commit 2ce493e1693b55a330079ac5fce8beb66e26ddeb
Author:     Artem Hevorhian <artemhevorhian@gmail.com>
AuthorDate: 2024-11-02 09:40:22 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-11-04 00:55:56 +0000

    Cleanup commit. Use PROGRAM instead of PROGGRAM.
    
    Reviewed by: imp, emaste
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1508
---
 sys/kern/genassym.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/genassym.sh b/sys/kern/genassym.sh
index e17c1642ecc7..8b3d7aa1a2e1 100644
--- a/sys/kern/genassym.sh
+++ b/sys/kern/genassym.sh
@@ -45,7 +45,7 @@ work()
 
 
 #
-#MAIN PROGGRAM
+# MAIN PROGRAM
 #
 use_outfile="no"
 while getopts "o:" option



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