Skip to content

Commit 7e76c06

Browse files
TIFitisCopilot
andauthored
Fix comment
Co-authored-by: Copilot <[email protected]>
1 parent 45720e1 commit 7e76c06

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
@@ -4364,7 +4364,7 @@ struct OmpDeviceTypeClause {
43644364
//
43654365
// enter-clause ->
43664366
// ENTER(locator-list) |
4367-
// FROM(automap-modifier: locator-list) | // since 6.0
4367+
// ENTER(automap-modifier: locator-list) | // since 6.0
43684368
struct OmpEnterClause {
43694369
TUPLE_CLASS_BOILERPLATE(OmpEnterClause);
43704370
MODIFIER_BOILERPLATE(OmpAutomapModifier);

0 commit comments

Comments
 (0)