summaryrefslogtreecommitdiffstats
path: root/sys/sys/module.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-12-13 04:15:10 +0000
committerimp <imp@FreeBSD.org>2015-12-13 04:15:10 +0000
commit0e9a1eef92f1348e565bf30cb927134f732b242e (patch)
treec50914831c152f87ce185a15f273860f743b963b /sys/sys/module.h
parent1bf9dc7fc49a84b959b4459b6006a8d0fb96c398 (diff)
downloadFreeBSD-src-0e9a1eef92f1348e565bf30cb927134f732b242e.zip
FreeBSD-src-0e9a1eef92f1348e565bf30cb927134f732b242e.tar.gz
Fix typos in comments.
Diffstat (limited to 'sys/sys/module.h')
-rw-r--r--sys/sys/module.h2
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
OpenPOWER on IntegriCloud