]> git.proxmox.com Git - qemu.git/blobdiff - target-cris/cpu.h
Fix typos in comments (accessable -> accessible, priveleged -> privileged)
[qemu.git] / target-cris / cpu.h
index d9087759d303ece8a915d56eb72d3f4b37dea0b0..4a9032b10de45f338d2a618b82211e1de361563e 100644 (file)
@@ -101,7 +101,7 @@ typedef struct CPUCRISState {
        /* P0 - P15 are referred to as special registers in the docs.  */
        uint32_t pregs[16];
 
-       /* Pseudo register for the PC. Not directly accessable on CRIS.  */
+       /* Pseudo register for the PC. Not directly accessible on CRIS.  */
        uint32_t pc;
 
        /* Pseudo register for the kernel stack.  */