tree-wide: fix comment/printk typos
[deliverable/linux.git] / arch / arm / mach-msm / io.c
index d36b61074146eb35aa862f9c0ff46c619840c9bf..7f8d15d5683496fafe90e50f4bf2c95dad5394b3 100644 (file)
@@ -153,7 +153,7 @@ __msm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype)
 {
        if (mtype == MT_DEVICE) {
                /* The peripherals in the 88000000 - D0000000 range
-                * are only accessable by type MT_DEVICE_NONSHARED.
+                * are only accessible by type MT_DEVICE_NONSHARED.
                 * Adjust mtype as necessary to make this "just work."
                 */
                if ((phys_addr >= 0x88000000) && (phys_addr < 0xD0000000))
This page took 0.023817 seconds and 5 git commands to generate.