]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.19: fix typo: EM_LONGARCH -> EM_LOONGARCH
authorWANG Xuerui <git@xen0n.name>
Mon, 1 Aug 2022 13:19:29 +0000 (21:19 +0800)
committerCherry Mui <cherryyz@google.com>
Mon, 1 Aug 2022 16:03:51 +0000 (16:03 +0000)
Another last-minute fix. The whole repo is checked case-insensitively
against "longarch" and this is the only occurrence.

Change-Id: If13c123c1e44001a346f1df1df9d839c699703b0
Reviewed-on: https://go-review.googlesource.com/c/go/+/420494
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
doc/go1.19.html

index 9a857650645cfbe19f4802da738624d0f5ed4b3a..8fc28b94bf1d70278f798da3954704b15d652a32 100644 (file)
@@ -490,7 +490,7 @@ as well as support for rendering them to HTML, Markdown, and text.
 <dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
   <dd>
     <p><!-- CL 396735 -->
-      The new <code>EM_LONGARCH</code> and <code>R_LARCH_*</code> constants
+      The new <code>EM_LOONGARCH</code> and <code>R_LARCH_*</code> constants
       support the loong64 port.
     </p>
   </dd>