aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref/kldxref.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-11 17:46:59 +0000
committerWarner Losh <imp@FreeBSD.org>2024-04-11 17:53:37 +0000
commitec8a394d9c676b3c4fd2cd721cf554e073736fc1 (patch)
tree89fa17e356c0361b1c2a2351d6b851abc981fd95 /usr.sbin/kldxref/kldxref.c
parentf7cee4fa57a2b52a6e43a1f820ce7ba891b8e7d9 (diff)
Diffstat (limited to 'usr.sbin/kldxref/kldxref.c')
-rw-r--r--usr.sbin/kldxref/kldxref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/kldxref/kldxref.c b/usr.sbin/kldxref/kldxref.c
index 8f3d24718211..c88769ce1824 100644
--- a/usr.sbin/kldxref/kldxref.c
+++ b/usr.sbin/kldxref/kldxref.c
@@ -230,7 +230,7 @@ typedef TAILQ_HEAD(pnp_head, pnp_elt) pnp_list;
/*
* this function finds the data from the pnp table, as described by the
- * the description and creates a new output (new_desc). This output table
+ * description and creates a new output (new_desc). This output table
* is a form that's easier for the agent that's automatically loading the
* modules.
*