Skip to content

Commit d52fa81

Browse files
committed
typo
1 parent 7daf500 commit d52fa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Optimizer/Dialect/FortranVariableInterface.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def fir_FortranObjectViewOpInterface
304304
Returns the constant offset (in bytes) applied to the corresponding
305305
operand to produce the resulting view.
306306
If it is not possible to identify the constant offset,
307-
the result in nullopt.
307+
the result is nullopt.
308308
Note that the offset may be negative, e.g. when addressing
309309
an array section with a negative stride.
310310
}],

0 commit comments

Comments
 (0)