[flang][runtime] Fix spelling of INQUIRE result (#75372)
commit1794b61472515078e0a16ec2accf972ef1adf4be
authorPeter Klausler <35819229+klausler@users.noreply.github.com>
Tue, 26 Dec 2023 23:33:34 +0000 (26 15:33 -0800)
committerGitHub <noreply@github.com>
Tue, 26 Dec 2023 23:33:34 +0000 (26 15:33 -0800)
treef41e756d8be3afdc27e9c0771dcc97250e1cec7c
parent39c2f59709f454f04cc13151301ca19c4ba9c152
[flang][runtime] Fix spelling of INQUIRE result (#75372)

Embarrassingly, the runtime was returning UNKNONN rather than UNKNOWN
for things like INQUIRE(..., FORMAT=).
flang/runtime/io-stmt.cpp