Skip to content

Commit 1d8faf6

Browse files
committed
Fix comment
1 parent 6da374e commit 1d8faf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/GenValueWitness.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ FixedPacking TypeInfo::getFixedPacking(IRGenModule &IGM) const {
12911291
if (!fixedTI)
12921292
return FixedPacking::Dynamic;
12931293

1294-
// By convention we don't store bitwise takable values inline.
1294+
// By convention we only store bitwise takable values inline.
12951295
if (!fixedTI->isBitwiseTakable(ResilienceExpansion::Maximal))
12961296
return FixedPacking::Allocate;
12971297

0 commit comments

Comments
 (0)