mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
misc: Fix some typos in documentation and comments
Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230730180329.851576-1-sw@weilnetz.de> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
7b4a3f8145
commit
313e162951
6 changed files with 7 additions and 7 deletions
|
@ -77,7 +77,7 @@ static int tight_send_framebuffer_update(VncState *vs, int x, int y,
|
|||
|
||||
#ifdef CONFIG_VNC_JPEG
|
||||
static const struct {
|
||||
double jpeg_freq_min; /* Don't send JPEG if the freq is bellow */
|
||||
double jpeg_freq_min; /* Don't send JPEG if the freq is below */
|
||||
double jpeg_freq_threshold; /* Always send JPEG if the freq is above */
|
||||
int jpeg_idx; /* Allow indexed JPEG */
|
||||
int jpeg_full; /* Allow full color JPEG */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue