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:
Stefan Weil 2023-07-30 20:03:29 +02:00 committed by Philippe Mathieu-Daudé
parent 7b4a3f8145
commit 313e162951
6 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@ user configuration.
Creating a QOM class
====================
A simple minimal device implementation may look something like bellow:
A simple minimal device implementation may look something like below:
.. code-block:: c
:caption: Creating a minimal type