]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/link/internal/ld/data.go
[dev.fuzz] all: merge master (dd7ba3b) into dev.fuzz
[gostls13.git] / src / cmd / link / internal / ld / data.go
index 82e3d3200466b8b7af991d19491389d2d202af1e..12ece3e233b0cceaaad67fdee1b95d310c1baded 100644 (file)
@@ -1550,7 +1550,7 @@ func (ctxt *Link) dodata(symGroupType []sym.SymKind) {
 
        if ctxt.HeadType == objabi.Haix && ctxt.LinkMode == LinkExternal {
                // These symbols must have the same alignment as their section.
-               // Otherwize, ld might change the layout of Go sections.
+               // Otherwise, ld might change the layout of Go sections.
                ldr.SetSymAlign(ldr.Lookup("runtime.data", 0), state.dataMaxAlign[sym.SDATA])
                ldr.SetSymAlign(ldr.Lookup("runtime.bss", 0), state.dataMaxAlign[sym.SBSS])
        }