[flang] tweak comment

Original-commit: flang-compiler/f18@7f5f440439
Reviewed-on: https://github.com/flang-compiler/f18/pull/408
This commit is contained in:
Eric Schweitz 2019-04-12 10:22:09 -07:00
parent d653839dd3
commit da8d735a00

View file

@ -55,7 +55,7 @@ public:
};
// Some uses of a Statement should be constrained. These contraints are imposed
// at compile time.
// at compile-time with a QualifiedStmt<A> wrapper.
template<typename A> class QualifiedStmt {
public:
template<typename T, typename U,