From ed5ee4b7a5d02ce76c661dd6df404785207ba0f1 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 13 Dec 2015 04:15:10 +0000 Subject: [PATCH] Fix typos in comments. --- sys/sys/module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/module.h b/sys/sys/module.h index e8e08d42c14..f0192d57b21 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