Skip to content

Commit a871464

Browse files
committed
runtime: fix typo
Fixes #15962 Change-Id: I1949e0787f6c2b1e19b9f9d3af2f712606a6d4cf Reviewed-on: https://go-review.googlesource.com/23786 Reviewed-by: Josh Bleecher Snyder <[email protected]> Run-TryBot: Josh Bleecher Snyder <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 0326e28 commit a871464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/asm_386.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ DATA bad_proc_msg<>+0x00(SB)/8, $"This pro"
174174
DATA bad_proc_msg<>+0x08(SB)/8, $"gram can"
175175
DATA bad_proc_msg<>+0x10(SB)/8, $" only be"
176176
DATA bad_proc_msg<>+0x18(SB)/8, $" run on "
177-
DATA bad_proc_msg<>+0x20(SB)/8, $"processe"
177+
DATA bad_proc_msg<>+0x20(SB)/8, $"processo"
178178
DATA bad_proc_msg<>+0x28(SB)/8, $"rs with "
179179
DATA bad_proc_msg<>+0x30(SB)/8, $"MMX supp"
180180
DATA bad_proc_msg<>+0x38(SB)/4, $"ort."

0 commit comments

Comments
 (0)