We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ea3f9 commit 75d221cCopy full SHA for 75d221c
lib/IRGen/GenType.cpp
@@ -1526,7 +1526,7 @@ const LoadableTypeInfo &TypeConverter::getWitnessTablePtrTypeInfo() {
1526
getSpareBitsForAlignedPointer(IGM, IGM.getWitnessTableAlignment());
1527
1528
// This is sub-optimal because it doesn't consider that there are
1529
- // also potential extra inhabitants in witnesss table pointers, but
+ // also potential extra inhabitants in witness table pointers, but
1530
// it's what we're currently doing, so we might be stuck.
1531
// TODO: it's likely that this never matters in the current ABI,
1532
// so we can just switch to using AlignedRawPointerTypeInfo; but
0 commit comments