svn commit: r232237 - head/sys/sys

John Baldwin jhb at FreeBSD.org
Mon Feb 27 18:28:31 UTC 2012


Author: jhb
Date: Mon Feb 27 18:28:31 2012
New Revision: 232237
URL: http://svn.freebsd.org/changeset/base/232237

Log:
  Typo.

Modified:
  head/sys/sys/rman.h

Modified: head/sys/sys/rman.h
==============================================================================
--- head/sys/sys/rman.h	Mon Feb 27 18:28:18 2012	(r232236)
+++ head/sys/sys/rman.h	Mon Feb 27 18:28:31 2012	(r232237)
@@ -50,7 +50,7 @@
 
 #define	RF_ALIGNMENT_SHIFT	10 /* alignment size bit starts bit 10 */
 #define	RF_ALIGNMENT_MASK	(0x003F << RF_ALIGNMENT_SHIFT)
-				/* resource address alignemnt size bit mask */
+				/* resource address alignment size bit mask */
 #define	RF_ALIGNMENT_LOG2(x)	((x) << RF_ALIGNMENT_SHIFT)
 #define	RF_ALIGNMENT(x)		(((x) & RF_ALIGNMENT_MASK) >> RF_ALIGNMENT_SHIFT)
 


More information about the svn-src-head mailing list