Skip to content

Commit 924155b

Browse files
author
Tarun Prabhu
committed
Fix case in comment
1 parent 664a0c5 commit 924155b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Frontend/FrontendOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ struct FrontendOptions {
251251
/// Enable color diagnostics.
252252
unsigned showColors : 1;
253253

254-
/// print the supported cpus for the current target
254+
/// Print the supported cpus for the current target
255255
unsigned printSupportedCPUs : 1;
256256

257257
/// Enable Provenance to character-stream mapping. Allows e.g. IDEs to find

0 commit comments

Comments
 (0)