diff options
author | Stefan Weil <sw@weilnetz.de> | 2022-08-12 09:56:42 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-08-12 11:20:42 +0100 |
commit | 120f765e0320bc3284ccaa4182674cc3c1f78a3d (patch) | |
tree | 3cd7b227fb1953df5c113d4e12c504d421573ad9 /docs/about | |
parent | 2daf518dd1312be8405b4cb094cc7a9720428609 (diff) | |
download | qemu-120f765e0320bc3284ccaa4182674cc3c1f78a3d.zip qemu-120f765e0320bc3284ccaa4182674cc3c1f78a3d.tar.gz qemu-120f765e0320bc3284ccaa4182674cc3c1f78a3d.tar.bz2 |
Fix some typos in documentation (most of them found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Hongren (Zenithal) Zheng <i@zenithal.me>
Message-id: 20220812075642.1200578-1-sw@weilnetz.de
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/about')
-rw-r--r-- | docs/about/deprecated.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index 7ee2662..91b0311 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -297,7 +297,7 @@ by using ``-machine graphics=off``. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ In QEMU versions 6.1, 6.2 and 7.0, the ``nvme-ns`` generates an EUI-64 -identifer that is not globally unique. If an EUI-64 identifer is required, the +identifier that is not globally unique. If an EUI-64 identifier is required, the user must set it explicitly using the ``nvme-ns`` device parameter ``eui64``. ``-device nvme,use-intel-id=on|off`` (since 7.1) |