[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:49 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-flang-fir-hlfir

Author: Douglas (dgg5503)

<details>
<summary>Changes</summary>

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.

---
Full diff: https://github.com/llvm/llvm-project/pull/115789.diff


1 Files Affected:

- (modified) flang/include/flang/Lower/CustomIntrinsicCall.h (+1-1) 


``````````diff
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.

``````````

</details>


https://github.com/llvm/llvm-project/pull/115789


More information about the flang-commits mailing list