mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target-arm: Fix typos in comments
Fix a variety of typos in comments in target-arm files. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@petalogix.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
656267413c
commit
b90372ad2a
6 changed files with 24 additions and 24 deletions
|
@ -79,7 +79,7 @@ struct arm_boot_info;
|
|||
typedef struct CPUARMState {
|
||||
/* Regs for current mode. */
|
||||
uint32_t regs[16];
|
||||
/* Frequently accessed CPSR bits are stored separately for efficiently.
|
||||
/* Frequently accessed CPSR bits are stored separately for efficiency.
|
||||
This contains all the other bits. Use cpsr_{read,write} to access
|
||||
the whole CPSR. */
|
||||
uint32_t uncached_cpsr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue