svn commit: r258753 - head/sys/conf

Andreas Tobler andreast at FreeBSD.org
Fri Nov 29 20:19:00 UTC 2013


Author: andreast
Date: Fri Nov 29 20:19:00 2013
New Revision: 258753
URL: http://svnweb.freebsd.org/changeset/base/258753

Log:
  Fix typo.

Modified:
  head/sys/conf/kern.pre.mk

Modified: head/sys/conf/kern.pre.mk
==============================================================================
--- head/sys/conf/kern.pre.mk	Fri Nov 29 20:14:26 2013	(r258752)
+++ head/sys/conf/kern.pre.mk	Fri Nov 29 20:19:00 2013	(r258753)
@@ -194,7 +194,7 @@ MKMODULESENV+=	WITHOUT_MODULES="${WITHOU
 MKMODULESENV+=	DEBUG_FLAGS="${DEBUG}"
 .endif
 
-# Detect knerel config options that force stack frames to be turned on.
+# Detect kernel config options that force stack frames to be turned on.
 DDB_ENABLED!=	grep DDB opt_ddb.h || true ; echo
 DTR_ENABLED!=	grep KDTRACE_FRAME opt_kdtrace.h || true ; echo
 HWPMC_ENABLED!=	grep HWPMC opt_hwpmc_hooks.h || true ; echo


More information about the svn-src-head mailing list