Skip to content

Commit 661aa52

Browse files
dgg5503Groverkss
authored andcommitted
[flang] Fix typo in CustomIntrinsicCall.h (NFC) (llvm#115789)
Fix typo in `CustomIntrinsicCall.h`: `DEPRICATED` -> `DEPRECATED`
1 parent 71353cf commit 661aa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Lower/CustomIntrinsicCall.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ lowerCustomIntrinsic(fir::FirOpBuilder &builder, mlir::Location loc,
9898
const OperandGetter &getOperand, std::size_t numOperands,
9999
Fortran::lower::StatementContext &stmtCtx);
100100

101-
/// DEPRICATED: NEW CODE SHOULD USE THE VERSION OF genIntrinsicCall WITHOUT A
101+
/// DEPRECATED: NEW CODE SHOULD USE THE VERSION OF genIntrinsicCall WITHOUT A
102102
/// StatementContext, DECLARED IN IntrinsicCall.h
103103
/// Generate the FIR+MLIR operations for the generic intrinsic \p name
104104
/// with argument \p args and expected result type \p resultType.

0 commit comments

Comments
 (0)