diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2017-09-28 12:43:25 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2017-09-28 12:43:25 +0000 |
| commit | cc5cd332642003966023f52cf48db9fecd84426c (patch) | |
| tree | 7c65ba8dd3c4033b66c69c81abca830de450551d | |
| parent | ab070eb18bbbd19db2ea58d3cd869040084a23ba (diff) | |
Notes
| -rw-r--r-- | usr.sbin/config/config.h | 2 |
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%%" |
