From 20db15ce12fd7349fb160fc0bf556efb24eaac84 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 17 May 2022 23:37:44 +0000 Subject: all: fix spelling Change-Id: I63eb42f3ce5ca452279120a5b33518f4ce16be45 GitHub-Last-Rev: a88f2f72bef402344582ae997a4907457002b5df GitHub-Pull-Request: golang/go#52951 Reviewed-on: https://go-review.googlesource.com/c/go/+/406843 Run-TryBot: Robert Griesemer TryBot-Result: Gopher Robot Run-TryBot: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Reviewed-by: Robert Griesemer Auto-Submit: Ian Lance Taylor --- src/cmd/compile/internal/ssa/loopbce.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/compile/internal/ssa/loopbce.go') diff --git a/src/cmd/compile/internal/ssa/loopbce.go b/src/cmd/compile/internal/ssa/loopbce.go index dd63541771..3181edca29 100644 --- a/src/cmd/compile/internal/ssa/loopbce.go +++ b/src/cmd/compile/internal/ssa/loopbce.go @@ -161,7 +161,7 @@ func findIndVar(f *Func) []indVar { // Up to now we extracted the induction variable (ind), // the increment delta (inc), the temporary sum (nxt), - // the mininum value (min) and the maximum value (max). + // the minimum value (min) and the maximum value (max). // // We also know that ind has the form (Phi min nxt) where // nxt is (Add inc nxt) which means: 1) inc dominates nxt -- cgit v1.3