From: WANG Xuerui Date: Mon, 1 Aug 2022 13:19:29 +0000 (+0800) Subject: doc/go1.19: fix typo: EM_LONGARCH -> EM_LOONGARCH X-Git-Tag: go1.19~3^2~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e95fd4c2380b0adaa10be40812739156198037b7;p=gostls13.git doc/go1.19: fix typo: EM_LONGARCH -> EM_LOONGARCH 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 Reviewed-by: Cherry Mui Run-TryBot: Dmitri Shuralyov Reviewed-by: abner chenc Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.19.html b/doc/go1.19.html index 9a85765064..8fc28b94bf 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -490,7 +490,7 @@ as well as support for rendering them to HTML, Markdown, and text.
debug/elf

- The new EM_LONGARCH and R_LARCH_* constants + The new EM_LOONGARCH and R_LARCH_* constants support the loong64 port.