aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-08-14 17:55:11 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-08-14 17:55:11 +0000
commit8a3e49fd52193473795fd57057529f25d805b735 (patch)
treec1b3bf3f7ef6b02dc2be489772ac70331a55a625 /sys
parent0f90a39a291b675a327d5147092c44bb3e99cc38 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/kern.post.mk2
-rw-r--r--sys/conf/kern.pre.mk2
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$