summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-08-12 14:37:57 +0000
committerjhb <jhb@FreeBSD.org>2009-08-12 14:37:57 +0000
commite934441f677085c7bc7f79208ae2f70f48164b66 (patch)
tree0f0e15b5084c87373289086ac511179cfce1e6b3 /usr.sbin/sysinstall/install.c
parent83ee73d6f0610de1618b55aad19264831d0c73c9 (diff)
downloadFreeBSD-src-e934441f677085c7bc7f79208ae2f70f48164b66.zip
FreeBSD-src-e934441f677085c7bc7f79208ae2f70f48164b66.tar.gz
Fix references to the kernel distributions to use the correct names
(uppercase). PR: docs/137415 Submitted by: Yuri Gorchakov Approved by: re (rwatson, kib) MFC after: 3 days
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index d00da3c..a2979c9 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -939,7 +939,7 @@ installFixupKernel(dialogMenuItem *self, int dists)
if (RunningAsInit) {
/*
* Install something as /boot/kernel. Prefer SMP
- * over generic--this should handle the case where
+ * over GENERIC--this should handle the case where
* both SMP and GENERIC are installed (otherwise we
* select the one kernel that was installed).
*
OpenPOWER on IntegriCloud