diff --git a/flang/lib/Lower/ConvertExpr.cpp b/flang/lib/Lower/ConvertExpr.cpp index af47d9a9f78e2..c7c35b5df988c 100644 --- a/flang/lib/Lower/ConvertExpr.cpp +++ b/flang/lib/Lower/ConvertExpr.cpp @@ -2663,7 +2663,7 @@ class ScalarExprLowering { // Special case when an intrinsic scalar variable is passed to a // function expecting an optional unlimited polymorphic dummy - // argument. + // argument. // The presence test needs to be performed before emboxing otherwise // the program will crash. if (dynamicType->category() !=