svn commit: r324082 - head/usr.sbin/config

Nick Hibma n_hibma at FreeBSD.org
Thu Sep 28 12:43:26 UTC 2017


Author: n_hibma
Date: Thu Sep 28 12:43:25 2017
New Revision: 324082
URL: https://svnweb.freebsd.org/changeset/base/324082

Log:
  Typo in filename in comment.

Modified:
  head/usr.sbin/config/config.h

Modified: head/usr.sbin/config/config.h
==============================================================================
--- head/usr.sbin/config/config.h	Thu Sep 28 11:26:37 2017	(r324081)
+++ head/usr.sbin/config/config.h	Thu Sep 28 12:43:25 2017	(r324082)
@@ -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%%"


More information about the svn-src-all mailing list