We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84070b commit 245ecd1Copy full SHA for 245ecd1
flang/include/flang/Parser/parse-tree.h
@@ -4894,7 +4894,7 @@ struct OpenMPSectionsConstruct {
4894
// Each of the OpenMPConstructs in the list below contains an
4895
// OpenMPSectionConstruct. This is guaranteed by the parser.
4896
// The end sections directive is optional here because it is difficult to
4897
- // generate helpful error messages for a missing end directive wihtin the
+ // generate helpful error messages for a missing end directive within the
4898
// parser. Semantics will generate an error if this is absent.
4899
std::tuple<OmpBeginSectionsDirective, std::list<OpenMPConstruct>,
4900
std::optional<OmpEndSectionsDirective>>
0 commit comments