summaryrefslogtreecommitdiff
path: root/flang/lib/Semantics/dump-expr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'flang/lib/Semantics/dump-expr.cpp')
-rw-r--r--flang/lib/Semantics/dump-expr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/lib/Semantics/dump-expr.cpp b/flang/lib/Semantics/dump-expr.cpp
index aa0b4e0f0339..66cedab94bfb 100644
--- a/flang/lib/Semantics/dump-expr.cpp
+++ b/flang/lib/Semantics/dump-expr.cpp
@@ -151,7 +151,7 @@ void DumpEvaluateExpr::Show(const evaluate::StructureConstructor &x) {
}
void DumpEvaluateExpr::Show(const evaluate::Relational<evaluate::SomeType> &x) {
- Indent("expr some type");
+ Indent("relational some type");
Show(x.u);
Outdent();
}