diff options
-rw-r--r-- | sys/sys/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/module.h b/sys/sys/module.h index e8e08d4..f0192d5 100644 --- a/sys/sys/module.h +++ b/sys/sys/module.h @@ -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 |