Skip to content

Commit 4a49c2d

Browse files
[gardening] Remove recently introduced typo :-)
1 parent 94ebcb8 commit 4a49c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/GenProto.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3508,7 +3508,7 @@ llvm::Value *irgen::emitWitnessTableRef(IRGenFunction &IGF,
35083508
// All other source types should be concrete enough that we have
35093509
// conformance info for them. However, that conformance info might be
35103510
// more concrete than we're expecting.
3511-
// TODO: make a best beffort to devirtualize, maybe?
3511+
// TODO: make a best effort to devirtualize, maybe?
35123512
auto concreteConformance = conformance.getConcrete();
35133513
if (concreteConformance->getProtocol() != proto) {
35143514
concreteConformance = concreteConformance->getInheritedConformance(proto);

0 commit comments

Comments
 (0)