[flang] Fix typo

Original-commit: flang-compiler/f18@b9837c01da
Reviewed-on: https://github.com/flang-compiler/f18/pull/144
This commit is contained in:
peter klausler 2018-07-24 15:50:38 -07:00
parent 7f484d7011
commit dda1d4c959

View file

@ -180,7 +180,7 @@ struct GenericScalar {
u;
};
// Represents a type that any supported kind within a particular category.
// Represents a type of any supported kind within a particular category.
template<Category CAT> struct AnyKindType {
static constexpr Category category{CAT};
using Value = ScalarConstant<CAT>;