mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ui: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Message-ID: <20230823065335.1919380-2-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
committed by
Philippe Mathieu-Daudé
parent
d02d06f8f1
commit
d4761b6554
@@ -65,7 +65,7 @@ void qkbd_state_key_event(QKbdState *kbd, QKeyCode qcode, bool down);
|
||||
* using qemu_input_event_send_key_delay().
|
||||
*
|
||||
* @kbd: state tracker state.
|
||||
* @delay_ms: the delay in miliseconds.
|
||||
* @delay_ms: the delay in milliseconds.
|
||||
*/
|
||||
void qkbd_state_set_delay(QKbdState *kbd, int delay_ms);
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#define NUM_MEMSLOTS_GROUPS 2
|
||||
|
||||
/*
|
||||
* Internal enum to differenciate between options for
|
||||
* Internal enum to differentiate between options for
|
||||
* io calls that have a sync (old) version and an _async (new)
|
||||
* version:
|
||||
* QXL_SYNC: use the old version
|
||||
|
||||
Reference in New Issue
Block a user