diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-08-23 09:53:27 +0300 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-08-31 19:47:43 +0200 |
| commit | 33a5230782e1bc51868fcb7a8be91c6df713489e (patch) | |
| tree | 61dbb00b64c4c127b949499a2047d1144c495e04 /hw/display/ssd0303.c | |
| parent | a980b95cb329a370e65dd51fb96d602e7024b693 (diff) | |
| download | focaccia-qemu-33a5230782e1bc51868fcb7a8be91c6df713489e.tar.gz focaccia-qemu-33a5230782e1bc51868fcb7a8be91c6df713489e.zip | |
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>
Diffstat (limited to 'hw/display/ssd0303.c')
| -rw-r--r-- | hw/display/ssd0303.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/ssd0303.c b/hw/display/ssd0303.c index d67b0ad7b5..32b32a3044 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" |