Skip to content

Commit e3611f8

Browse files
committed
[flang] Fix typo in runtime message
The title says it. Differential Revision: https://reviews.llvm.org/D129329
1 parent bbf2725 commit e3611f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/runtime/io-stmt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ bool InquireNoUnitState::Inquire(
13401340
case HashInquiryKeyword("STREAM"):
13411341
case HashInquiryKeyword("WRITE"):
13421342
case HashInquiryKeyword("UNFORMATTED"):
1343-
ToFortranDefaultCharacter(result, length, "UNKNONN");
1343+
ToFortranDefaultCharacter(result, length, "UNKNOWN");
13441344
return true;
13451345
default:
13461346
BadInquiryKeywordHashCrash(inquiry);

0 commit comments

Comments
 (0)