]> git.proxmox.com Git - qemu.git/blobdiff - hw/sh7750_regs.h
Fix typos in comments (accessable -> accessible, priveleged -> privileged)
[qemu.git] / hw / sh7750_regs.h
index 5a23a2ca20aba43681ffdce93bf05febdeb44bd9..6ec13ab6fec4e54de7ee3414e147d1c347327e7f 100644 (file)
@@ -23,9 +23,9 @@
  * All register has 2 addresses: in 0xff000000 - 0xffffffff (P4 address)  and
  * in 0x1f000000 - 0x1fffffff (area 7 address)
  */
-#define SH7750_P4_BASE       0xff000000        /* Accessable only in
-                                          priveleged mode */
-#define SH7750_A7_BASE       0x1f000000        /* Accessable only using TLB */
+#define SH7750_P4_BASE       0xff000000        /* Accessible only in
+                                          privileged mode */
+#define SH7750_A7_BASE       0x1f000000        /* Accessible only using TLB */
 
 #define SH7750_P4_REG32(ofs) (SH7750_P4_BASE + (ofs))
 #define SH7750_A7_REG32(ofs) (SH7750_A7_BASE + (ofs))