aboutsummaryrefslogtreecommitdiff
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
parentab070eb18bbbd19db2ea58d3cd869040084a23ba (diff)
downloadsrc-cc5cd332642003966023f52cf48db9fecd84426c.tar.gz
src-cc5cd332642003966023f52cf48db9fecd84426c.zip
Typo in filename in comment.
Notes
Notes: svn path=/head/; revision=324082
-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 ad1eb3ea95cc..d6b2f62ea151 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%%"