mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix typos in comments.
This commit is contained in:
parent
c0096f20d0
commit
ed5ee4b7a5
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ struct mod_pnp_match_info
|
|||
const char *bus; /* Name of the bus for this table */
|
||||
const void *table; /* Pointer to pnp table */
|
||||
int entry_len; /* Length of each entry in the table (may be */
|
||||
/* logner than descr descriebs). */
|
||||
/* longer than descr describes). */
|
||||
int num_entry; /* Number of entries in the table */
|
||||
};
|
||||
#ifdef _KERNEL
|
||||
|
|
|
|||
Loading…
Reference in a new issue