mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
target/sh4: fix some comment spelling errors
There are many spelling errors in the comments of target/sh4. Use spellcheck to check the spelling errors, then fix them. Signed-off-by: zhaolichang <zhaolichang@huawei.com> Reviewed-by: David Edmondson <david.edmondson@oracle.com> Reviewed-by: Philippe Mathieu-Daude<f4bug@amsat.org> Message-Id: <20201009064449.2336-10-zhaolichang@huawei.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
02b8e735c1
commit
23b5d9fa09
3 changed files with 3 additions and 3 deletions
|
@ -160,7 +160,7 @@ typedef struct CPUSH4State {
|
|||
uint32_t pteh; /* page table entry high register */
|
||||
uint32_t ptel; /* page table entry low register */
|
||||
uint32_t ptea; /* page table entry assistance register */
|
||||
uint32_t ttb; /* tranlation table base register */
|
||||
uint32_t ttb; /* translation table base register */
|
||||
uint32_t tea; /* TLB exception address register */
|
||||
uint32_t tra; /* TRAPA exception register */
|
||||
uint32_t expevt; /* exception event register */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue