summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2010-06-22 14:56:16 -0700
committerRob Pike <r@golang.org>2010-06-22 14:56:16 -0700
commit9d205d3b9f5cda77ff1dfd0e5dc9320923cd0470 (patch)
tree8c8dcd420bcf2dce0b4b5ebc969c8a5a1cbfa330
parent2f0760faacdba92cca557c7c471ad71a0e53182b (diff)
downloadgolang-9d205d3b9f5cda77ff1dfd0e5dc9320923cd0470.tar.gz
debug/dwarf: update PDF link.
Fixes issue 881. R=iant CC=golang-dev http://codereview.appspot.com/1696044
-rw-r--r--src/pkg/debug/dwarf/open.go2
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 (