diff options
author | Stefan Weil <sw@weilnetz.de> | 2022-10-30 11:59:44 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2022-11-05 20:35:45 +0100 |
commit | 1e458f11273c315ee2045f6e632b8dfb5f2b1544 (patch) | |
tree | 3d7aa5e81730bf17a4f886af75036bd4802d10e2 /docs/system/loongarch | |
parent | 58379af7102616531bf8ca499121e33b034fe9e4 (diff) | |
download | qemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.zip qemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.tar.gz qemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.tar.bz2 |
Fix some typos in documentation and comments
Most of them were found and fixed using codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20221030105944.311940-1-sw@weilnetz.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'docs/system/loongarch')
-rw-r--r-- | docs/system/loongarch/loongson3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/loongarch/loongson3.rst b/docs/system/loongarch/loongson3.rst index 1bdab44..489ea20 100644 --- a/docs/system/loongarch/loongson3.rst +++ b/docs/system/loongarch/loongson3.rst @@ -41,7 +41,7 @@ can be accessed by following steps. $ qemu-system-loongarch64 -machine virt -m 4G -cpu la464-loongarch-cpu \ -smp 1 -bios QEMU_EFI.fd -kernel vmlinuz.efi -initrd initrd.img \ - -append "root=/dev/ram rdinit=/sbin/init consol e=ttyS0,115200" \ + -append "root=/dev/ram rdinit=/sbin/init console=ttyS0,115200" \ --nographic Note: The running speed may be a little slow, as the performance of our |