diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-04-28 17:20:27 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-05-08 10:02:16 +0100 |
commit | 64c7b9d8e07936383db181876b59c597d6a1ff69 (patch) | |
tree | 3fbca067abac47b426d781061d9fb0a098c9b823 /target-cris | |
parent | 5225d66921ec571eef9d828a60933579b3b7f5f0 (diff) |
Fix typos in comments (accessable -> accessible, priveleged -> privileged)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'target-cris')
-rw-r--r-- | target-cris/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index d9087759d3..4a9032b10d 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -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. */ |