From: Keith Randall Date: Sun, 5 Jun 2016 16:24:09 +0000 (-0700) Subject: runtime: fix typo X-Git-Tag: go1.7beta2~49 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a871464e5aca9b81a6dc54cde8c31629387cb785;p=gostls13.git runtime: fix typo Fixes #15962 Change-Id: I1949e0787f6c2b1e19b9f9d3af2f712606a6d4cf Reviewed-on: https://go-review.googlesource.com/23786 Reviewed-by: Josh Bleecher Snyder Run-TryBot: Josh Bleecher Snyder TryBot-Result: Gobot Gobot --- diff --git a/src/runtime/asm_386.s b/src/runtime/asm_386.s index c18e588345..ea11b2b2fb 100644 --- a/src/runtime/asm_386.s +++ b/src/runtime/asm_386.s @@ -174,7 +174,7 @@ DATA bad_proc_msg<>+0x00(SB)/8, $"This pro" DATA bad_proc_msg<>+0x08(SB)/8, $"gram can" DATA bad_proc_msg<>+0x10(SB)/8, $" only be" DATA bad_proc_msg<>+0x18(SB)/8, $" run on " -DATA bad_proc_msg<>+0x20(SB)/8, $"processe" +DATA bad_proc_msg<>+0x20(SB)/8, $"processo" DATA bad_proc_msg<>+0x28(SB)/8, $"rs with " DATA bad_proc_msg<>+0x30(SB)/8, $"MMX supp" DATA bad_proc_msg<>+0x38(SB)/4, $"ort."