svn commit: r209549 - head/sys/kern

Jaakko Heinonen jh at FreeBSD.org
Sun Jun 27 12:19:09 UTC 2010


Author: jh
Date: Sun Jun 27 12:19:09 2010
New Revision: 209549
URL: http://svn.freebsd.org/changeset/base/209549

Log:
  Correct a comment typo.

Modified:
  head/sys/kern/subr_unit.c

Modified: head/sys/kern/subr_unit.c
==============================================================================
--- head/sys/kern/subr_unit.c	Sun Jun 27 10:17:11 2010	(r209548)
+++ head/sys/kern/subr_unit.c	Sun Jun 27 12:19:09 2010	(r209549)
@@ -318,7 +318,7 @@ clean_unrhdr(struct unrhdr *uh)
 /*
  * Allocate a new unrheader set.
  *
- * Highest and lowest valid values given as paramters.
+ * Highest and lowest valid values given as parameters.
  */
 
 struct unrhdr *


More information about the svn-src-all mailing list