mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23: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
|
@ -99,7 +99,7 @@ void tlb_fill(CPUARMState *env1, target_ulong addr, int is_write, int mmu_idx,
|
|||
}
|
||||
#endif
|
||||
|
||||
/* FIXME: Pass an axplicit pointer to QF to CPUARMState, and move saturating
|
||||
/* FIXME: Pass an explicit pointer to QF to CPUARMState, and move saturating
|
||||
instructions into helper.c */
|
||||
uint32_t HELPER(add_setq)(uint32_t a, uint32_t b)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue