From e95fd4c2380b0adaa10be40812739156198037b7 Mon Sep 17 00:00:00 2001 From: WANG Xuerui Date: Mon, 1 Aug 2022 21:19:29 +0800 Subject: 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 --- doc/go1.19.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- cgit v1.2.1