diff options
author | Rob Pike <r@golang.org> | 2010-06-22 14:56:16 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2010-06-22 14:56:16 -0700 |
commit | 9d205d3b9f5cda77ff1dfd0e5dc9320923cd0470 (patch) | |
tree | 8c8dcd420bcf2dce0b4b5ebc969c8a5a1cbfa330 /src/pkg | |
parent | 2f0760faacdba92cca557c7c471ad71a0e53182b (diff) | |
download | golang-9d205d3b9f5cda77ff1dfd0e5dc9320923cd0470.tar.gz |
debug/dwarf: update PDF link.
Fixes issue 881.
R=iant
CC=golang-dev
http://codereview.appspot.com/1696044
Diffstat (limited to 'src/pkg')
-rw-r--r-- | src/pkg/debug/dwarf/open.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/dwarf/open.go b/src/pkg/debug/dwarf/open.go index 3b50351d5..cb009e0e0 100644 --- a/src/pkg/debug/dwarf/open.go +++ b/src/pkg/debug/dwarf/open.go @@ -4,7 +4,7 @@ // This package provides access to DWARF debugging information // loaded from executable files, as defined in the DWARF 2.0 Standard -// at http://dwarfstd.org/dwarf-2.0.0.pdf. +// at http://dwarfstd.org/doc/dwarf-2.0.0.pdf package dwarf import ( |