Skip to content

Commit c8b9353

Browse files
Fix trivial typo
1 parent b06ddbc commit c8b9353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Tools/CLOptions.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ DisableOption(BoxedProcedureRewrite, "boxed-procedure-rewrite",
9191
DisableOption(ExternalNameConversion, "external-name-interop",
9292
"convert names with external convention");
9393
EnableOption(ConstantArgumentGlobalisation, "constant-argument-globalisation",
94-
"enable the local constants to global constant conversion");
94+
"the local constant argument to global constant conversion");
9595

9696
using PassConstructor = std::unique_ptr<mlir::Pass>();
9797

0 commit comments

Comments
 (0)