From 0ea9dd815ab6b95d751f0c241745acb0f45c5282 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 5 Nov 2009 18:14:47 -0800 Subject: gofmt the last outstanding files in src/pkg - added a list of issues to printer/nodes.go R=rsc http://go/go-review/1024002 --- src/pkg/debug/elf/elf.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pkg/debug') diff --git a/src/pkg/debug/elf/elf.go b/src/pkg/debug/elf/elf.go index c6db5a96d3..e355508f60 100644 --- a/src/pkg/debug/elf/elf.go +++ b/src/pkg/debug/elf/elf.go @@ -623,7 +623,7 @@ const ( string */ DF_SYMBOLIC DynFlag = 0x0002; /* Indicates "symbolic" linking. */ DF_TEXTREL DynFlag = 0x0004; /* Indicates there may be relocations in - non-writable segments. */ + non-writable segments. */ DF_BIND_NOW DynFlag = 0x0008; /* Indicates that the dynamic linker should process all relocations for the object containing this entry before transferring @@ -1394,7 +1394,7 @@ type Header32 struct { */ type Section32 struct { Name uint32; /* Section name (index into the - section header string table). */ + section header string table). */ Type uint32; /* Section type. */ Flags uint32; /* Section flags. */ Addr uint32; /* Address in memory image. */ @@ -1508,7 +1508,7 @@ type Header64 struct { type Section64 struct { Name uint32; /* Section name (index into the - section header string table). */ + section header string table). */ Type uint32; /* Section type. */ Flags uint64; /* Section flags. */ Addr uint64; /* Address in memory image. */ -- cgit v1.3-5-g9baa