[flang-commits] [flang] 31dc2b9 - [flang] Fix typo in `CustomIntrinsicCall.h` (NFC) (#115789)

via flang-commits flang-commits at lists.llvm.org
Mon Nov 11 17:43:50 PST 2024


Author: Douglas
Date: 2024-11-11T17:43:45-08:00
New Revision: 31dc2b9aa06f998472fa4a7f147a778ebdc80003

URL: https://github.com/llvm/llvm-project/commit/31dc2b9aa06f998472fa4a7f147a778ebdc80003
DIFF: https://github.com/llvm/llvm-project/commit/31dc2b9aa06f998472fa4a7f147a778ebdc80003.diff

LOG: [flang] Fix typo in `CustomIntrinsicCall.h` (NFC) (#115789)

Fix typo in `CustomIntrinsicCall.h`: `DEPRICATED` -> `DEPRECATED`

Added: 
    

Modified: 
    flang/include/flang/Lower/CustomIntrinsicCall.h

Removed: 
    


################################################################################
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