forked from OSchip/llvm-project
[NFC] Fix comment
This commit is contained in:
parent
57fc9798d7
commit
f29f86b60b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue