Skip to content

Commit

Permalink
dialects: (builtin) fix spelling (#3716)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin authored Jan 7, 2025
1 parent a0d424d commit 69cec51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdsl/dialects/builtin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,7 @@ def get_attrs(self) -> Sequence[AnyIntegerAttr] | Sequence[AnyFloatAttr]:

def is_splat(self) -> bool:
"""
Return whethere or not this dense attribute is defined entirely
Return whether or not this dense attribute is defined entirely
by a single value (splat).
"""
return self.data.data.count(self.data.data[0]) == len(self.data.data)
Expand Down

0 comments on commit 69cec51

Please sign in to comment.