aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2021-02-01 21:13:36 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2021-02-01 21:13:36 +0000
commitbcaa6aa15383cacf5f20179be919bb8dd45cc5f4 (patch)
tree5092ef704a011f75721973391a75d943ec47ca09
parent682c31db4ecfb8fc6cac0e8ad4945c03379ea3d1 (diff)
downloadsrc-bcaa6aa15383cacf5f20179be919bb8dd45cc5f4.tar.gz
src-bcaa6aa15383cacf5f20179be919bb8dd45cc5f4.zip
config: Fix typo in comment.
-rw-r--r--usr.sbin/config/mkheaders.c2
1 files changed, 1 insertions, 1 deletions
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.