Skip to content

Commit 11db676

Browse files
committed
[Gardening] Deleted duplicated word in comment.
1 parent d789c9c commit 11db676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/TypeCheckStorage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2731,7 +2731,7 @@ bool AbstractStorageDecl::requiresCorrespondingUnderscoredCoroutineAccessor(
27312731
if (!isExported(this))
27322732
return false;
27332733

2734-
// The the non-underscored accessor is not present, the underscored accessor
2734+
// The non-underscored accessor is not present, the underscored accessor
27352735
// won't be either.
27362736
// TODO: CoroutineAccessors: What if only the underscored is written out?
27372737
auto *accessor = getOpaqueAccessor(kind);

0 commit comments

Comments
 (0)