summaryrefslogtreecommitdiff
path: root/include/flang/AST/Expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/flang/AST/Expr.h')
-rw-r--r--include/flang/AST/Expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/flang/AST/Expr.h b/include/flang/AST/Expr.h
index bd8249dac3..fd1650b00d 100644
--- a/include/flang/AST/Expr.h
+++ b/include/flang/AST/Expr.h
@@ -647,7 +647,7 @@ public:
}
};
-/// ImpliedShapeSpec - An implied-shape array is a named constant taht takes its
+/// ImpliedShapeSpec - An implied-shape array is a named constant that takes its
/// shape from the constant-expr in its declaration.
///
/// [R522]: