aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-08-23 09:53:27 +0300
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-08-31 19:47:43 +0200
commit33a5230782e1bc51868fcb7a8be91c6df713489e (patch)
tree61dbb00b64c4c127b949499a2047d1144c495e04
parenta980b95cb329a370e65dd51fb96d602e7024b693 (diff)
downloadqemu-33a5230782e1bc51868fcb7a8be91c6df713489e.zip
qemu-33a5230782e1bc51868fcb7a8be91c6df713489e.tar.gz
qemu-33a5230782e1bc51868fcb7a8be91c6df713489e.tar.bz2
hw/display: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20230823065335.1919380-15-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
-rw-r--r--hw/display/bochs-display.c2
-rw-r--r--hw/display/qxl.c2
-rw-r--r--hw/display/ssd0303.c2
-rw-r--r--hw/display/ssd0323.c2
-rw-r--r--hw/display/xlnx_dp.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/hw/display/bochs-display.c b/hw/display/bochs-display.c
index e7ec268..9138e98 100644
--- a/hw/display/bochs-display.c
+++ b/hw/display/bochs-display.c
@@ -164,7 +164,7 @@ static int bochs_display_get_mode(BochsDisplayState *s,
memset(mode, 0, sizeof(*mode));
switch (vbe[VBE_DISPI_INDEX_BPP]) {
case 16:
- /* best effort: support native endianess only */
+ /* best effort: support native endianness only */
mode->format = PIXMAN_r5g6b5;
mode->bytepp = 2;
break;
diff --git a/hw/display/qxl.c b/hw/display/qxl.c
index f1c0eb7..af941fb 100644
--- a/hw/display/qxl.c
+++ b/hw/display/qxl.c
@@ -1544,7 +1544,7 @@ static void qxl_create_guest_primary(PCIQXLDevice *qxl, int loadvm,
}
}
-/* return 1 if surface destoy was initiated (in QXL_ASYNC case) or
+/* return 1 if surface destroy was initiated (in QXL_ASYNC case) or
* done (in QXL_SYNC case), 0 otherwise. */
static int qxl_destroy_primary(PCIQXLDevice *d, qxl_async_io async)
{
diff --git a/hw/display/ssd0303.c b/hw/display/ssd0303.c
index d67b0ad..32b32a3 100644
--- a/hw/display/ssd0303.c
+++ b/hw/display/ssd0303.c
@@ -8,7 +8,7 @@
*/
/* The controller can support a variety of different displays, but we only
- implement one. Most of the commends relating to brightness and geometry
+ implement one. Most of the commands relating to brightness and geometry
setup are ignored. */
#include "qemu/osdep.h"
diff --git a/hw/display/ssd0323.c b/hw/display/ssd0323.c
index ab229d3..09b1bbe 100644
--- a/hw/display/ssd0323.c
+++ b/hw/display/ssd0323.c
@@ -8,7 +8,7 @@
*/
/* The controller can support a variety of different displays, but we only
- implement one. Most of the commends relating to brightness and geometry
+ implement one. Most of the commands relating to brightness and geometry
setup are ignored. */
#include "qemu/osdep.h"
diff --git a/hw/display/xlnx_dp.c b/hw/display/xlnx_dp.c
index b0828d6..822355e 100644
--- a/hw/display/xlnx_dp.c
+++ b/hw/display/xlnx_dp.c
@@ -380,7 +380,7 @@ static inline void xlnx_dp_audio_mix_buffer(XlnxDPState *s)
static void xlnx_dp_audio_callback(void *opaque, int avail)
{
/*
- * Get some data from the DPDMA and compute these datas.
+ * Get some data from the DPDMA and compute these data.
* Then wait for QEMU's audio subsystem to call this callback.
*/
XlnxDPState *s = XLNX_DP(opaque);