git: 023283c64214 - stable/13 - config: Fix typo in comment.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 00:27:23 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=023283c6421412b25e66eca4d51e353e639750aa commit 023283c6421412b25e66eca4d51e353e639750aa Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2021-02-01 21:13:36 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2021-10-19 23:53:20 +0000 config: Fix typo in comment. (cherry picked from commit bcaa6aa15383cacf5f20179be919bb8dd45cc5f4) --- 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.