Skip to content

Commit 245ecd1

Browse files
committed
Fix typo
1 parent f84070b commit 245ecd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Parser/parse-tree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4894,7 +4894,7 @@ struct OpenMPSectionsConstruct {
48944894
// Each of the OpenMPConstructs in the list below contains an
48954895
// OpenMPSectionConstruct. This is guaranteed by the parser.
48964896
// The end sections directive is optional here because it is difficult to
4897-
// generate helpful error messages for a missing end directive wihtin the
4897+
// generate helpful error messages for a missing end directive within the
48984898
// parser. Semantics will generate an error if this is absent.
48994899
std::tuple<OmpBeginSectionsDirective, std::list<OpenMPConstruct>,
49004900
std::optional<OmpEndSectionsDirective>>

0 commit comments

Comments
 (0)