aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2017-09-28 12:43:25 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2017-09-28 12:43:25 +0000
commitcc5cd332642003966023f52cf48db9fecd84426c (patch)
tree7c65ba8dd3c4033b66c69c81abca830de450551d /usr.sbin/config
parentab070eb18bbbd19db2ea58d3cd869040084a23ba (diff)
Notes
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index ad1eb3ea95cc4..d6b2f62ea151b 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -152,7 +152,7 @@ struct includepath {
SLIST_HEAD(, includepath) includepath;
/*
- * Tag present in the kernelconf.tmlp template file. It's mandatory for those
+ * Tag present in the kernconf.tmpl template file. It's mandatory for those
* two strings to be the same. Otherwise you'll get into trouble.
*/
#define KERNCONFTAG "%%KERNCONFFILE%%"