]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix typo
authorKeith Randall <khr@golang.org>
Sun, 5 Jun 2016 16:24:09 +0000 (09:24 -0700)
committerKeith Randall <khr@golang.org>
Sun, 5 Jun 2016 18:10:01 +0000 (18:10 +0000)
Fixes #15962

Change-Id: I1949e0787f6c2b1e19b9f9d3af2f712606a6d4cf
Reviewed-on: https://go-review.googlesource.com/23786
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/runtime/asm_386.s

index c18e588345f19a271bc395d68e2bd6e99fe5b910..ea11b2b2fb59d6be1bbef663913d7192e0355b9a 100644 (file)
@@ -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."