Skip to content

Commit 67e4a39

Browse files
committed
udnef
1 parent 073d3e5 commit 67e4a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/map.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ func (b *builder) createMapIteratorNext(rangeVal ssa.Value, llvmRangeVal, it llv
243243
}
244244

245245
// Returns true if this key type does not contain strings, interfaces etc., so
246-
// can be compared with runtime.memequal. Note that padding bytes are udnef
246+
// can be compared with runtime.memequal. Note that padding bytes are undef
247247
// and can alter two "equal" structs being equal when compared with memequal.
248248
func hashmapIsBinaryKey(keyType types.Type) bool {
249249
switch keyType := keyType.(type) {

0 commit comments

Comments
 (0)