aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/reader.go
diff options
context:
space:
mode:
authorichxxx <chen@ichxxx.cn>2021-12-15 18:52:21 +0000
committerIan Lance Taylor <iant@golang.org>2021-12-15 19:56:22 +0000
commit567b177949d0819169c10ba6a07ff60554eb5285 (patch)
treee77ac5372d041c6ce486cebd4cbfed0c6f5c6568 /src/cmd/compile/internal/noder/reader.go
parentb1c7703f266a2d72f80f3b55eff822ad7980ce31 (diff)
downloadgo-567b177949d0819169c10ba6a07ff60554eb5285.tar.xz
all: fix typo in comment
Remove duplicate 'the' Change-Id: I3ed81c8d9c488662387e45580a3bcd462448ba44 GitHub-Last-Rev: 86443993b9b58c6fce4e09e283604c32ccc44cec GitHub-Pull-Request: golang/go#50017 Reviewed-on: https://go-review.googlesource.com/c/go/+/372394 Reviewed-by: Robert Griesemer <gri@golang.org> Run-TryBot: Robert Griesemer <gri@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/cmd/compile/internal/noder/reader.go')
-rw-r--r--src/cmd/compile/internal/noder/reader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/noder/reader.go b/src/cmd/compile/internal/noder/reader.go
index 0bc9135999..5d17c534c1 100644
--- a/src/cmd/compile/internal/noder/reader.go
+++ b/src/cmd/compile/internal/noder/reader.go
@@ -2029,7 +2029,7 @@ func InlineCall(call *ir.CallExpr, fn *ir.Func, inlIndex int) *ir.InlinedCallExp
// Quirk: If deadcode elimination turned a non-empty function into
// an empty one, we need to set the position for the empty block
- // left behind to the the inlined position for src.NoXPos, so that
+ // left behind to the inlined position for src.NoXPos, so that
// an empty string gets added into the DWARF file name listing at
// the appropriate index.
if quirksMode() && len(body) == 1 {