[NFC] Fix comment

This commit is contained in:
Shao-Ce SUN 2022-02-17 21:19:14 +08:00
parent 57fc9798d7
commit f29f86b60b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ static RT doLookup(std::function<RT(KindTy)> def,
return def(kind);
}
// do a lookup for integer, LOGICAL, or CHARACTER
// do a lookup for INTEGER, LOGICAL, or CHARACTER
template <char KEY, typename MAP>
static Bitsize getIntegerLikeBitsize(KindTy kind, const MAP &map) {
return doLookup<Bitsize, KEY>(defaultScalingKind, map, kind);