diff options
| author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 17:46:59 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-04-11 17:53:37 +0000 |
| commit | ec8a394d9c676b3c4fd2cd721cf554e073736fc1 (patch) | |
| tree | 89fa17e356c0361b1c2a2351d6b851abc981fd95 /usr.sbin/kldxref/kldxref.c | |
| parent | f7cee4fa57a2b52a6e43a1f820ce7ba891b8e7d9 (diff) | |
Diffstat (limited to 'usr.sbin/kldxref/kldxref.c')
| -rw-r--r-- | usr.sbin/kldxref/kldxref.c | 2 |
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. * |
