[flang-commits] [flang] 671eeec - [flang][NFC] Fix typo

Valentin Clement via flang-commits flang-commits at lists.llvm.org
Wed Mar 8 04:51:55 PST 2023


Author: Valentin Clement
Date: 2023-03-08T13:51:41+01:00
New Revision: 671eeece457f6a5da7489f7b48f7afae55327b8b

URL: https://github.com/llvm/llvm-project/commit/671eeece457f6a5da7489f7b48f7afae55327b8b
DIFF: https://github.com/llvm/llvm-project/commit/671eeece457f6a5da7489f7b48f7afae55327b8b.diff

LOG: [flang][NFC] Fix typo

Added: 
    

Modified: 
    flang/lib/Lower/ConvertCall.cpp

Removed: 
    


################################################################################
diff  --git a/flang/lib/Lower/ConvertCall.cpp b/flang/lib/Lower/ConvertCall.cpp
index 06fa99fe69ea6..6a9f3a42825c5 100644
--- a/flang/lib/Lower/ConvertCall.cpp
+++ b/flang/lib/Lower/ConvertCall.cpp
@@ -409,7 +409,7 @@ fir::ExtendedValue Fortran::lower::genCallOpAndResult(
 
   if (allocatedResult) {
     // 7.5.6.3 point 5. Derived-type finalization for nonpointer function.
-    // Check if the derived-type is finalizable if it is a monorphic
+    // Check if the derived-type is finalizable if it is a monomorphic
     // derived-type.
     // For polymorphic and unlimited polymorphic enities call the runtime
     // in any cases.


        


More information about the flang-commits mailing list