From 8a3e49fd52193473795fd57057529f25d805b735 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Wed, 14 Aug 2002 17:55:11 +0000 Subject: [PATCH] Spell kenrel as 'kernel' for consistency with the rest of the universe. Inspired by: bde --- sys/conf/kern.post.mk | 2 +- sys/conf/kern.pre.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk index a7b50e671f60..4dce46b53d83 100644 --- a/sys/conf/kern.post.mk +++ b/sys/conf/kern.post.mk @@ -1,4 +1,4 @@ -# Part of unified Makefile for building kenrels. This includes all +# Part of unified Makefile for building kernels. This includes all # the definitions that need to be included after all the % directives, # except %RULES and things that act like they are part of %RULES # diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk index ea446ec64583..693de333e58a 100644 --- a/sys/conf/kern.pre.mk +++ b/sys/conf/kern.pre.mk @@ -1,6 +1,6 @@ # kern.pre.mk # -# Unified Makefile for building kenrels. This includes all the definitions +# Unified Makefile for building kernels. This includes all the definitions # that need to be included before %BEFORE_DEPEND # # $FreeBSD$