aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ld/data.c
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2013-06-09 21:50:24 +0800
committerShenghou Ma <minux.ma@gmail.com>2013-06-09 21:50:24 +0800
commitfaef52c214c3f0cb610aff18f45bfc3e620be63a (patch)
treee81bab8c4cdd4870e4827cef39c6ad5c63b59193 /src/cmd/ld/data.c
parent822da408147e4cf74b38013cbc8b1090b31da738 (diff)
downloadgo-faef52c214c3f0cb610aff18f45bfc3e620be63a.tar.xz
all: fix typos
R=golang-dev, bradfitz, khr, r CC=golang-dev https://golang.org/cl/7461046
Diffstat (limited to 'src/cmd/ld/data.c')
-rw-r--r--src/cmd/ld/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/ld/data.c b/src/cmd/ld/data.c
index 93718ad1d1..547494866e 100644
--- a/src/cmd/ld/data.c
+++ b/src/cmd/ld/data.c
@@ -367,7 +367,7 @@ dynreloc(void)
{
Sym *s;
- // -d supresses dynamic loader format, so we may as well not
+ // -d suppresses dynamic loader format, so we may as well not
// compute these sections or mark their symbols as reachable.
if(debug['d'] && HEADTYPE != Hwindows)
return;