Skip to content

Commit 29a62aa

Browse files
committed
[Gardening] Fixed comment grammar.
1 parent c5563ff commit 29a62aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/GenPack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ llvm::Value *irgen::emitTypeMetadataPackElementRef(
646646
ArrayRef<ProtocolDecl *> protocols, llvm::Value *index,
647647
DynamicMetadataRequest request,
648648
llvm::SmallVectorImpl<llvm::Value *> &wtables) {
649-
// If the packs have already been materialized, just gep into it.
649+
// If the packs have already been materialized, just gep into them.
650650
auto materializedMetadataPack =
651651
tryGetLocalPackTypeMetadata(IGF, packType, request);
652652
llvm::SmallVector<llvm::Value *> materializedWtablePacks;

0 commit comments

Comments
 (0)