Skip to content

Commit a7208c8

Browse files
committed
add comma
1 parent 498a299 commit a7208c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/asm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ <h3 id="x86">32-bit Intel 386</h3>
603603
with a pointer to the <code>g</code> pointer, and the <code>g</code> struct
604604
contains the <code>m</code> pointer.
605605
There's another special header containing the offsets for each
606-
element of <code>g</code> called <code>go_asm.h</code>.
606+
element of <code>g</code>, called <code>go_asm.h</code>.
607607
The sequence to load <code>g</code> and <code>m</code> using <code>CX</code> looks like this:
608608
</p>
609609

0 commit comments

Comments
 (0)