aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/liveness/mergelocals.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/liveness/mergelocals.go')
-rw-r--r--src/cmd/compile/internal/liveness/mergelocals.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/liveness/mergelocals.go b/src/cmd/compile/internal/liveness/mergelocals.go
index 1e65d6c1d1..017c4d1dbb 100644
--- a/src/cmd/compile/internal/liveness/mergelocals.go
+++ b/src/cmd/compile/internal/liveness/mergelocals.go
@@ -448,7 +448,7 @@ func (cs *cstate) setupHashBisection(cands []*ir.Name) {
//
// It is possible to have situations where a given ir.Name is
// non-address-taken at the source level, but whose address is
-// materialized in order to accomodate the needs of
+// materialized in order to accommodate the needs of
// architecture-dependent operations or one sort or another (examples
// include things like LoweredZero/DuffZero, etc). The issue here is
// that the SymAddr op will show up as touching a variable of