svn commit: r292146 - head/sys/sys

Warner Losh imp at FreeBSD.org
Sun Dec 13 04:15:11 UTC 2015


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


More information about the svn-src-all mailing list