Skip to content

Commit da4d716

Browse files
committed
[mlir][ods] Fix incorrect name in comment (NFC)
1 parent 8ac9d2a commit da4d716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/tools/mlir-tblgen/OpFormatGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class CustomDirective : public Element {
188188
return element->getKind() == Kind::CustomDirective;
189189
}
190190

191-
/// Return the name of this optional element.
191+
/// Return the name of the custom directive.
192192
StringRef getName() const { return name; }
193193

194194
/// Return the arguments to the custom directive.

0 commit comments

Comments
 (0)