From f94d74ff3a9f84b2feb707b794609aa2666d02f3 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 20 Oct 2022 09:25:57 -0600 Subject: [PATCH] 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 b7b380aa84d..83dd919de3a 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: