From: peter klausler Date: Tue, 24 Jul 2018 22:50:38 +0000 (-0700) Subject: [flang] Fix typo X-Git-Tag: llvmorg-12-init~9537^2~2337 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dda1d4c959b6359a4a2b6517b7627cf4ca34a364;p=platform%2Fupstream%2Fllvm.git [flang] Fix typo Original-commit: flang-compiler/f18@b9837c01daea3d7ea65dfa3e7608a65f1f165a9a Reviewed-on: https://github.com/flang-compiler/f18/pull/144 --- diff --git a/flang/lib/evaluate/type.h b/flang/lib/evaluate/type.h index 71d0fb2..17bc6e1 100644 --- a/flang/lib/evaluate/type.h +++ b/flang/lib/evaluate/type.h @@ -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 struct AnyKindType { static constexpr Category category{CAT}; using Value = ScalarConstant;