aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/loopbce.go
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-04-03 12:43:27 +0100
committerIan Lance Taylor <iant@golang.org>2016-04-03 17:03:15 +0000
commit7a8caf7d43886f2b546c4b3b5439dee93f006918 (patch)
tree53766a8c52db566ad243f8eda842c834cfc48108 /src/cmd/compile/internal/ssa/loopbce.go
parent1f7e55e418659dc3b5fe66792b85807a7065144f (diff)
downloadgo-7a8caf7d43886f2b546c4b3b5439dee93f006918.tar.gz
go-7a8caf7d43886f2b546c4b3b5439dee93f006918.zip
all: fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Change-Id: I91873aaebf79bdf1c00d38aacc1a1fb8d79656a7 Reviewed-on: https://go-review.googlesource.com/21433 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/cmd/compile/internal/ssa/loopbce.go')
-rw-r--r--src/cmd/compile/internal/ssa/loopbce.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/ssa/loopbce.go b/src/cmd/compile/internal/ssa/loopbce.go
index 7fbb48a7fc..17486ac49f 100644
--- a/src/cmd/compile/internal/ssa/loopbce.go
+++ b/src/cmd/compile/internal/ssa/loopbce.go
@@ -122,7 +122,7 @@ nextb:
max = w
}
- // We can only guarantee that the loops runs withing limits of induction variable
+ // We can only guarantee that the loops runs within limits of induction variable
// if the increment is 1 or when the limits are constants.
if inc.AuxInt != 1 {
ok := false