mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
typofixes - v4
Signed-off-by: Veres Lajos <vlajos@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
33b23b4b5e
commit
67cc32ebfd
35 changed files with 47 additions and 48 deletions
|
@ -69,7 +69,7 @@ static const VMStateDescription vmstate_stellaris_gamepad = {
|
|||
}
|
||||
};
|
||||
|
||||
/* Returns an array 5 ouput slots. */
|
||||
/* Returns an array of 5 output slots. */
|
||||
void stellaris_gamepad_init(int n, qemu_irq *irq, const int *keycode)
|
||||
{
|
||||
gamepad_state *s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue