Author: imp
Date: Sun Dec 13 04:15:10 2015
New Revision: 292146
URL: https://svnweb.freebsd.org/changeset/base/292146

Log:
  Fix typos in comments.

Modified:
  head/sys/sys/module.h

Modified: head/sys/sys/module.h
==============================================================================
--- head/sys/sys/module.h       Sun Dec 13 03:53:18 2015        (r292145)
+++ head/sys/sys/module.h       Sun Dec 13 04:15:10 2015        (r292146)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to