Skip to content

Commit 75d221c

Browse files
committed
spelling: witness
Signed-off-by: Josh Soref <[email protected]>
1 parent 72ea3f9 commit 75d221c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/GenType.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ const LoadableTypeInfo &TypeConverter::getWitnessTablePtrTypeInfo() {
15261526
getSpareBitsForAlignedPointer(IGM, IGM.getWitnessTableAlignment());
15271527

15281528
// This is sub-optimal because it doesn't consider that there are
1529-
// also potential extra inhabitants in witnesss table pointers, but
1529+
// also potential extra inhabitants in witness table pointers, but
15301530
// it's what we're currently doing, so we might be stuck.
15311531
// TODO: it's likely that this never matters in the current ABI,
15321532
// so we can just switch to using AlignedRawPointerTypeInfo; but

0 commit comments

Comments
 (0)