[PATCH] Documentation: loongarch: Fix typo "eXtention" -> "Extension"

Wang Zihan posted 1 patch 1 month, 1 week ago
.../translations/zh_CN/arch/loongarch/introduction.rst        | 4 ++--
.../translations/zh_TW/arch/loongarch/introduction.rst        | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
[PATCH] Documentation: loongarch: Fix typo "eXtention" -> "Extension"
Posted by Wang Zihan 1 month, 1 week ago
Fix the spelling of SIMD Extension in Chinese documentation
(both Simplified and Traditional).

Signed-off-by: Wang Zihan <3772548978@qq.com>
---
 .../translations/zh_CN/arch/loongarch/introduction.rst        | 4 ++--
 .../translations/zh_TW/arch/loongarch/introduction.rst        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/translations/zh_CN/arch/loongarch/introduction.rst b/Documentation/translations/zh_CN/arch/loongarch/introduction.rst
index bf463c5a4..7cd88dfac 100644
--- a/Documentation/translations/zh_CN/arch/loongarch/introduction.rst
+++ b/Documentation/translations/zh_CN/arch/loongarch/introduction.rst
@@ -79,8 +79,8 @@ LA64中每个寄存器为64位宽。 ``$r0`` 的内容总是固定为0,而其
 
 LoongArch现有两种向量扩展:
 
-- 128位向量扩展LSX(全称Loongson SIMD eXtention),
-- 256位向量扩展LASX(全称Loongson Advanced SIMD eXtention)。
+- 128位向量扩展LSX(全称Loongson SIMD Extension),
+- 256位向量扩展LASX(全称Loongson Advanced SIMD Extension)。
 
 LSX使用 ``$v0`` ~ ``$v31`` 向量寄存器,而LASX则使用 ``$x0`` ~ ``$x31`` 。
 
diff --git a/Documentation/translations/zh_TW/arch/loongarch/introduction.rst b/Documentation/translations/zh_TW/arch/loongarch/introduction.rst
index a5603f9b0..9e4a96f1a 100644
--- a/Documentation/translations/zh_TW/arch/loongarch/introduction.rst
+++ b/Documentation/translations/zh_TW/arch/loongarch/introduction.rst
@@ -79,8 +79,8 @@ LA64中每個寄存器爲64位寬。 ``$r0`` 的內容總是固定爲0,而其
 
 LoongArch現有兩種向量擴展:
 
-- 128位向量擴展LSX(全稱Loongson SIMD eXtention),
-- 256位向量擴展LASX(全稱Loongson Advanced SIMD eXtention)。
+- 128位向量擴展LSX(全稱Loongson SIMD Extension),
+- 256位向量擴展LASX(全稱Loongson Advanced SIMD Extension)。
 
 LSX使用 ``$v0`` ~ ``$v31`` 向量寄存器,而LASX則使用 ``$x0`` ~ ``$x31`` 。
 
-- 
2.54.0

Re: [PATCH] Documentation: loongarch: Fix typo "eXtention" -> "Extension"
Posted by Björn Persson 1 month, 1 week ago
Wang Zihan wrote:
> -- 128位向量擴展LSX(全稱Loongson SIMD eXtention),
> -- 256位向量擴展LASX(全稱Loongson Advanced SIMD eXtention)。
> +- 128位向量擴展LSX(全稱Loongson SIMD Extension),
> +- 256位向量擴展LASX(全稱Loongson Advanced SIMD Extension)。

That's obviously done intentionally to highlight the X. Like it or
dislike it, but it's not a mistake.

Björn Persson