summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-02-27 18:28:31 +0000
committerjhb <jhb@FreeBSD.org>2012-02-27 18:28:31 +0000
commit71d18727cc7b50dc4e7c4d02cab4232fd4b10711 (patch)
treebc4cfa20e5058bb3ae550c6ce0f0cf8e6495b5b9 /sys/sys
parentdc87319e383dea51575a0b9e42de51fc65e13fe8 (diff)
downloadFreeBSD-src-71d18727cc7b50dc4e7c4d02cab4232fd4b10711.zip
FreeBSD-src-71d18727cc7b50dc4e7c4d02cab4232fd4b10711.tar.gz
Typo.
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/rman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/rman.h b/sys/sys/rman.h
index b34ef37..1914a72 100644
--- a/sys/sys/rman.h
+++ b/sys/sys/rman.h
@@ -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)
OpenPOWER on IntegriCloud