summaryrefslogtreecommitdiff
path: root/src/debug/elf/elf.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/elf/elf.go')
-rw-r--r--src/debug/elf/elf.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/elf/elf.go b/src/debug/elf/elf.go
index 46e9d5735..0ead9792b 100644
--- a/src/debug/elf/elf.go
+++ b/src/debug/elf/elf.go
@@ -1414,7 +1414,7 @@ var rppcStrings = []intName{
func (i R_PPC) String() string { return stringName(uint32(i), rppcStrings, false) }
func (i R_PPC) GoString() string { return stringName(uint32(i), rppcStrings, true) }
-// Relocation types for PowerPC 64.
+// Relocation types for 64-bit PowerPC or Power Architecture processors.
type R_PPC64 int
const (