From cc5cd332642003966023f52cf48db9fecd84426c Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Thu, 28 Sep 2017 12:43:25 +0000 Subject: [PATCH] Typo in filename in comment. --- usr.sbin/config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h index ad1eb3ea95c..d6b2f62ea15 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%%"