]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/internal/obj/x86/asm6.go
all: fix typos
[gostls13.git] / src / cmd / internal / obj / x86 / asm6.go
index 718da6a8a2caf61ec4da653585f0f22fdbdcc46a..782b6d4aff1051cc16622488113a8f95ed0b6ff4 100644 (file)
@@ -1978,7 +1978,7 @@ func fusedJump(p *obj.Prog) (bool, uint8) {
 type padJumpsCtx int32
 
 func makePjcCtx(ctxt *obj.Link) padJumpsCtx {
-       // Disable jump padding on 32 bit builds by settting
+       // Disable jump padding on 32 bit builds by setting
        // padJumps to 0.
        if ctxt.Arch.Family == sys.I386 {
                return padJumpsCtx(0)