Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2015 04:15:10 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292146 - head/sys/sys
Message-ID:  <201512130415.tBD4FAQr083521@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512130415.tBD4FAQr083521>