[flang-commits] [flang] [flang] Fix typo in `CustomIntrinsicCall.h` (NFC) (PR #115789)
via flang-commits
flang-commits at lists.llvm.org
Mon Nov 11 15:42:16 PST 2024
https://github.com/dgg5503 created https://github.com/llvm/llvm-project/pull/115789
Fix typo in `CustomIntrinsicCall.h`.
NOTE: This PR is a way for me to test my new commit access! Please let me merge this pull request in after it has been approved.
>From 4503de49565c142bc64aa362bc408f73a424af5c Mon Sep 17 00:00:00 2001
From: Douglas <Douglas.Gliner at sony.com>
Date: Mon, 11 Nov 2024 15:40:51 -0800
Subject: [PATCH] [flang] Fix typo in `CustomIntrinsicCall.h` (NFC)
Fix typo in `CustomIntrinsicCall.h`.
NOTE: This PR is a way for me to test my new commit access! Please let me merge this pull request in after it has been approved.
---
flang/include/flang/Lower/CustomIntrinsicCall.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flang/include/flang/Lower/CustomIntrinsicCall.h b/flang/include/flang/Lower/CustomIntrinsicCall.h
index 31d0d0e07899a2..54126b129e9b00 100644
--- a/flang/include/flang/Lower/CustomIntrinsicCall.h
+++ b/flang/include/flang/Lower/CustomIntrinsicCall.h
@@ -98,7 +98,7 @@ lowerCustomIntrinsic(fir::FirOpBuilder &builder, mlir::Location loc,
const OperandGetter &getOperand, std::size_t numOperands,
Fortran::lower::StatementContext &stmtCtx);
-/// DEPRICATED: NEW CODE SHOULD USE THE VERSION OF genIntrinsicCall WITHOUT A
+/// DEPRECATED: NEW CODE SHOULD USE THE VERSION OF genIntrinsicCall WITHOUT A
/// StatementContext, DECLARED IN IntrinsicCall.h
/// Generate the FIR+MLIR operations for the generic intrinsic \p name
/// with argument \p args and expected result type \p resultType.
More information about the flang-commits
mailing list