[flang-commits] [flang] f3a94ff - [flang][NFC] Fix typo
Valentin Clement via flang-commits
flang-commits at lists.llvm.org
Tue Jan 24 05:34:29 PST 2023
Author: Valentin Clement
Date: 2023-01-24T14:34:16+01:00
New Revision: f3a94ff057ae0af76991da2f614369dba6a315f7
URL: https://github.com/llvm/llvm-project/commit/f3a94ff057ae0af76991da2f614369dba6a315f7
DIFF: https://github.com/llvm/llvm-project/commit/f3a94ff057ae0af76991da2f614369dba6a315f7.diff
LOG: [flang][NFC] Fix typo
Added:
Modified:
flang/lib/Optimizer/CodeGen/CodeGen.cpp
Removed:
################################################################################
diff --git a/flang/lib/Optimizer/CodeGen/CodeGen.cpp b/flang/lib/Optimizer/CodeGen/CodeGen.cpp
index dd5dee8b3a8af..335819d483520 100644
--- a/flang/lib/Optimizer/CodeGen/CodeGen.cpp
+++ b/flang/lib/Optimizer/CodeGen/CodeGen.cpp
@@ -1660,7 +1660,7 @@ struct EmboxCommonConversion : public FIROpConversion<OP> {
getSizeAndTypeCode(loc, rewriter, boxTy.getEleTy(), typeparams);
// Reboxing to a polymorphic entity. eleSize and type code need to
- // be retrived from the initial box and propagated to the new box.
+ // be retrieved from the initial box and propagated to the new box.
// If the initial box has an addendum, the type desc must be propagated as
// well.
if (fir::isPolymorphicType(boxTy)) {
More information about the flang-commits
mailing list