mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -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
|
@ -281,7 +281,7 @@ uint32_t do_arm_semihosting(CPUARMState *env)
|
|||
return len - ret;
|
||||
}
|
||||
case TARGET_SYS_READC:
|
||||
/* XXX: Read from debug cosole. Not implemented. */
|
||||
/* XXX: Read from debug console. Not implemented. */
|
||||
return 0;
|
||||
case TARGET_SYS_ISTTY:
|
||||
if (use_gdb_syscalls()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue