Skip to content

Commit dcb2ddd

Browse files
committed
[flang][driver] Fix spelling (nfc)
Merely making sure that we use consistent spelling.
1 parent e7435e6 commit dcb2ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Frontend/CompilerInvocation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class CompilerInvocation : public CompilerInvocationBase {
122122
const Fortran::parser::Options &fortranOpts() const { return parserOpts_; }
123123

124124
TargetOptions &targetOpts() { return targetOpts_; }
125-
const TargetOptions &TargetOpts() const { return targetOpts_; }
125+
const TargetOptions &targetOpts() const { return targetOpts_; }
126126

127127
Fortran::semantics::SemanticsContext &semanticsContext() {
128128
return *semanticsContext_;

0 commit comments

Comments
 (0)