We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df81a15 commit 6da2d3bCopy full SHA for 6da2d3b
src/cmd/link/internal/arm64/asm.go
@@ -1041,7 +1041,7 @@ func gensymlate(ctxt *ld.Link, ldr *loader.Loader) {
1041
}
1042
1043
// machoLabelName returns the name of the "label" symbol used for a
1044
-// relocation targetting s+off. The label symbols is used on darwin
+// relocation targeting s+off. The label symbols is used on darwin
1045
// when external linking, so that the addend fits in a Mach-O relocation.
1046
func machoLabelName(ldr *loader.Loader, s loader.Sym, off int64) string {
1047
return fmt.Sprintf("%s.%d", ldr.SymExtname(s), off/machoRelocLimit)
0 commit comments