diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-07-18 15:25:08 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-07-23 20:30:36 +0200 |
commit | 9ea0f206b7e292c46d0767c3ef1a5ac1d0c6fecb (patch) | |
tree | 8a1d158c2702622a195fde4a3acea482a5fc638c | |
parent | 13e8ec6cf319913df4ae4f3e2e221f0b3df52acf (diff) | |
download | qemu-9ea0f206b7e292c46d0767c3ef1a5ac1d0c6fecb.zip qemu-9ea0f206b7e292c46d0767c3ef1a5ac1d0c6fecb.tar.gz qemu-9ea0f206b7e292c46d0767c3ef1a5ac1d0c6fecb.tar.bz2 |
docs: Correct Loongarch -> LoongArch
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Tested-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Message-Id: <20240718133312.10324-20-philmd@linaro.org>
-rw-r--r-- | docs/about/emulation.rst | 2 | ||||
-rw-r--r-- | hw/rtc/ls7a_rtc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/about/emulation.rst b/docs/about/emulation.rst index b5ff9c5..3bfe8cc 100644 --- a/docs/about/emulation.rst +++ b/docs/about/emulation.rst @@ -42,7 +42,7 @@ depending on the guest architecture. - :ref:`Yes<QEMU-PC-System-emulator>` - Yes - The ubiquitous desktop PC CPU architecture, 32 and 64 bit. - * - Loongarch + * - LoongArch - Yes - Yes - A MIPS-like 64bit RISC architecture developed in China diff --git a/hw/rtc/ls7a_rtc.c b/hw/rtc/ls7a_rtc.c index 052201c..3226b61 100644 --- a/hw/rtc/ls7a_rtc.c +++ b/hw/rtc/ls7a_rtc.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * Loongarch LS7A Real Time Clock emulation + * LoongArch LS7A Real Time Clock emulation * * Copyright (C) 2021 Loongson Technology Corporation Limited */ |