aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/liveness/bvset.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/liveness/bvset.go')
-rw-r--r--src/cmd/compile/internal/liveness/bvset.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/liveness/bvset.go b/src/cmd/compile/internal/liveness/bvset.go
index 21bc1fee4d..3431f54ede 100644
--- a/src/cmd/compile/internal/liveness/bvset.go
+++ b/src/cmd/compile/internal/liveness/bvset.go
@@ -47,7 +47,7 @@ func (m *bvecSet) grow() {
m.index = newIndex
}
-// add adds bv to the set and returns its index in m.extractUniqe.
+// add adds bv to the set and returns its index in m.extractUnique.
// The caller must not modify bv after this.
func (m *bvecSet) add(bv bitvec.BitVec) int {
if len(m.uniq)*4 >= len(m.index) {