[flang] Fix typo

Original-commit: flang-compiler/f18@27af745986
Reviewed-on: https://github.com/flang-compiler/f18/pull/261
This commit is contained in:
Tim Keith 2019-01-16 13:21:15 -08:00
parent ee28b70827
commit 3020a18652

View file

@ -804,7 +804,7 @@ public:
void Post(const parser::ExitStmt &x) { CheckRef(x.v); }
private:
// The represents: associate-name => expr | variable
// This represents: associate-name => expr | variable
// expr is set unless there were errors
struct {
const parser::Name *name{nullptr};