Skip to content

Commit b6fafd7

Browse files
jpienaarjoker-eph
andauthored
Update mlir/lib/AsmParser/Parser.cpp
Co-authored-by: Mehdi Amini <[email protected]>
1 parent 30abb6b commit b6fafd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/AsmParser/Parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ OperationParser::parseCustomOperation(ArrayRef<ResultRecord> resultIDs) {
20762076
if (originalOpName != opName)
20772077
diag << " (tried '" << opName << "' as well)";
20782078
auto &note = diag.attachNote();
2079-
note << "Registered dialects: ";
2079+
note << "Available dialects: ";
20802080
std::vector<StringRef> registered = getContext()->getAvailableDialects();
20812081
auto loaded = getContext()->getLoadedDialects();
20822082

0 commit comments

Comments
 (0)