Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2012 18:28:31 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232237 - head/sys/sys
Message-ID:  <201202271828.q1RISVmf031398@svn.freebsd.org>

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



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