[flang] Fix typo
authorpeter klausler <pklausler@nvidia.com>
Tue, 24 Jul 2018 22:50:38 +0000 (15:50 -0700)
committerpeter klausler <pklausler@nvidia.com>
Tue, 24 Jul 2018 22:50:38 +0000 (15:50 -0700)
Original-commit: flang-compiler/f18@b9837c01daea3d7ea65dfa3e7608a65f1f165a9a
Reviewed-on: https://github.com/flang-compiler/f18/pull/144

flang/lib/evaluate/type.h

index 71d0fb2..17bc6e1 100644 (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>;