Skip to content

Commit 14b00a4

Browse files
jpienaarjoker-eph
andcommitted
Update mlir/include/mlir/IR/SymbolInterfaces.td
Co-authored-by: Mehdi Amini <[email protected]>
1 parent 7eacae8 commit 14b00a4

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
@@ -224,7 +224,7 @@ def SymbolUserOpInterface : OpInterface<"SymbolUserOpInterface"> {
224224

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

0 commit comments

Comments
 (0)