git: bcaa6aa15383 - main - config: Fix typo in comment.

John Baldwin jhb at FreeBSD.org
Mon Feb 1 21:14:29 UTC 2021


The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=bcaa6aa15383cacf5f20179be919bb8dd45cc5f4

commit bcaa6aa15383cacf5f20179be919bb8dd45cc5f4
Author:     John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-02-01 21:13:36 +0000
Commit:     John Baldwin <jhb at FreeBSD.org>
CommitDate: 2021-02-01 21:13:36 +0000

    config: Fix typo in comment.
---
 usr.sbin/config/mkheaders.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/config/mkheaders.c b/usr.sbin/config/mkheaders.c
index 62f81553bb5c..5dfde12c1db8 100644
--- a/usr.sbin/config/mkheaders.c
+++ b/usr.sbin/config/mkheaders.c
@@ -38,7 +38,7 @@ static const char rcsid[] =
 #endif /* not lint */
 
 /*
- * This used to generate a bunch of hearders files related to devices when
+ * This used to generate a bunch of headers files related to devices when
  * device counters were supported. Support for that was removed in 2005.
  * Since then, all we've done is to report unknown devices in this file.
  * It's kept its historical name, despite no longer generating headers.


More information about the dev-commits-src-all mailing list