[flang-commits] [flang] a405db9 - [flang][NFC] Fix typo
    Valentin Clement via flang-commits 
    flang-commits at lists.llvm.org
       
    Mon Jun 13 05:20:04 PDT 2022
    
    
  
Author: Valentin Clement
Date: 2022-06-13T14:19:45+02:00
New Revision: a405db9c375fbdc341b7c968bf2355eb9b4c8471
URL: https://github.com/llvm/llvm-project/commit/a405db9c375fbdc341b7c968bf2355eb9b4c8471
DIFF: https://github.com/llvm/llvm-project/commit/a405db9c375fbdc341b7c968bf2355eb9b4c8471.diff
LOG: [flang][NFC] Fix typo
Added: 
    
Modified: 
    flang/lib/Optimizer/CodeGen/TypeConverter.h
Removed: 
    
################################################################################
diff  --git a/flang/lib/Optimizer/CodeGen/TypeConverter.h b/flang/lib/Optimizer/CodeGen/TypeConverter.h
index 927623a70d53d..e08add4851ab1 100644
--- a/flang/lib/Optimizer/CodeGen/TypeConverter.h
+++ b/flang/lib/Optimizer/CodeGen/TypeConverter.h
@@ -129,7 +129,7 @@ class LLVMTypeConverter : public mlir::LLVMTypeConverter {
           none.getContext(), llvm::None, /*isPacked=*/false);
     });
     // FIXME: https://reviews.llvm.org/D82831 introduced an automatic
-    // materliazation of conversion around function calls that is not working
+    // materialization of conversion around function calls that is not working
     // well with fir lowering to llvm (incorrect llvm.mlir.cast are inserted).
     // Workaround until better analysis: register a handler that does not insert
     // any conversions.
        
    
    
More information about the flang-commits
mailing list