summaryrefslogtreecommitdiffstats
path: root/hw/sun4m_iommu.c
diff options
context:
space:
mode:
authorStefan Weil2011-04-26 10:29:36 +0200
committerStefan Hajnoczi2011-05-06 09:19:25 +0200
commitebabb67a17b58c729e12523cb21b2d6c1d93abc6 (patch)
treefe83ed50cefab24b20f10ccaa523f4e9f22d14db /hw/sun4m_iommu.c
parentMerge remote-tracking branch 'mst/for_anthony' into staging (diff)
downloadqemu-ebabb67a17b58c729e12523cb21b2d6c1d93abc6.tar.gz
qemu-ebabb67a17b58c729e12523cb21b2d6c1d93abc6.tar.xz
qemu-ebabb67a17b58c729e12523cb21b2d6c1d93abc6.zip
Fix typo in code and comments
Replace writeable -> writable Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/sun4m_iommu.c')
-rw-r--r--hw/sun4m_iommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sun4m_iommu.c b/hw/sun4m_iommu.c
index bba69eef92..7f5dad535c 100644
--- a/hw/sun4m_iommu.c
+++ b/hw/sun4m_iommu.c
@@ -118,7 +118,7 @@
#define IOPTE_PAGE 0xffffff00 /* Physical page number (PA[35:12]) */
#define IOPTE_CACHE 0x00000080 /* Cached (in vme IOCACHE or
Viking/MXCC) */
-#define IOPTE_WRITE 0x00000004 /* Writeable */
+#define IOPTE_WRITE 0x00000004 /* Writable */
#define IOPTE_VALID 0x00000002 /* IOPTE is valid */
#define IOPTE_WAZ 0x00000001 /* Write as zeros */