git: f94d74ff3a9f - main - arm: Fix name of config file in comment

From: Warner Losh <imp_at_FreeBSD.org>
Date: Thu, 20 Oct 2022 16:49:08 UTC
The branch main has been updated by imp:

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

commit f94d74ff3a9f84b2feb707b794609aa2666d02f3
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-10-20 15:25:57 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-10-20 16:48:31 +0000

    arm: Fix name of config file in comment
    
    This file was never named GENERICV6 in the FreeBSD tree. It entered the
    tree in b9413b551268 as GENERIC.
    
    Sponsored by:           Netflix
---
 sys/arm/conf/GENERIC | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/conf/GENERIC b/sys/arm/conf/GENERIC
index b7b380aa84d6..83dd919de3ac 100644
--- a/sys/arm/conf/GENERIC
+++ b/sys/arm/conf/GENERIC
@@ -1,5 +1,5 @@
 #
-# GENERICV6 -- Generic(ish) kernel config.
+# GENERIC -- Generic(ish) kernel config.
 #
 # For more information on this file, please read the config(5) manual page,
 # and/or the handbook section on Kernel Configuration Files: