Skip to content

Commit

Permalink
[flang][driver] Fix spelling (nfc)
Browse files Browse the repository at this point in the history
Merely making sure that we use consistent spelling.
  • Loading branch information
banach-space committed Apr 28, 2022
1 parent e7435e6 commit dcb2ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/include/flang/Frontend/CompilerInvocation.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class CompilerInvocation : public CompilerInvocationBase {
const Fortran::parser::Options &fortranOpts() const { return parserOpts_; }

TargetOptions &targetOpts() { return targetOpts_; }
const TargetOptions &TargetOpts() const { return targetOpts_; }
const TargetOptions &targetOpts() const { return targetOpts_; }

Fortran::semantics::SemanticsContext &semanticsContext() {
return *semanticsContext_;
Expand Down

0 comments on commit dcb2ddd

Please sign in to comment.