diff options
Diffstat (limited to 'src/cmd/compile/internal/ssa/debug.go')
| -rw-r--r-- | src/cmd/compile/internal/ssa/debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/ssa/debug.go b/src/cmd/compile/internal/ssa/debug.go index 584aaef3bf..0cd006b21c 100644 --- a/src/cmd/compile/internal/ssa/debug.go +++ b/src/cmd/compile/internal/ssa/debug.go @@ -803,7 +803,7 @@ func (state *debugState) liveness() []*BlockDebug { // the first call, subsequent calls can only shrink startState. // // Passing forLocationLists=true enables additional side-effects that -// are necessary for building location lists but superflous while still +// are necessary for building location lists but superfluous while still // iterating to an answer. // // If previousBlock is non-nil, it registers changes vs. that block's |
