svn commit: r281463 - head/sys/sys

Mark Murray markm at FreeBSD.org
Sun Apr 12 11:24:00 UTC 2015


Author: markm
Date: Sun Apr 12 11:23:59 2015
New Revision: 281463
URL: https://svnweb.freebsd.org/changeset/base/281463

Log:
  Fix a very minor typo.

Modified:
  head/sys/sys/module.h

Modified: head/sys/sys/module.h
==============================================================================
--- head/sys/sys/module.h	Sun Apr 12 10:28:15 2015	(r281462)
+++ head/sys/sys/module.h	Sun Apr 12 11:23:59 2015	(r281463)
@@ -71,7 +71,7 @@ typedef union modspecific {
 } modspecific_t;
 
 /*
- * Module dependency declarartion
+ * Module dependency declaration
  */
 struct mod_depend {
 	int	md_ver_minimum;


More information about the svn-src-all mailing list