Skip to content

Commit bd0bd41

Browse files
jpienaarjoker-eph
andauthored
Update mlir/include/mlir/IR/SymbolInterfaces.td
Co-authored-by: Mehdi Amini <[email protected]>
1 parent 5b317ea commit bd0bd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/IR/SymbolInterfaces.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def SymbolUserOpInterface : OpInterface<"SymbolUserOpInterface"> {
222222

223223
def SymbolUserAttrInterface : AttrInterface<"SymbolUserAttrInterface"> {
224224
let description = [{
225-
This interface describes an attrivute that may use a `Symbol`. This
225+
This interface describes an attribute that may use a `Symbol`. This
226226
interface allows for users of symbols to hook into verification and other
227227
symbol related utilities that are either costly or otherwise disallowed
228228
within a traditional operation.

0 commit comments

Comments
 (0)