Skip to content

Commit 953aca4

Browse files
committed
[Gardening] Accessor name spelling in comment.
1 parent 11db676 commit 953aca4

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
@@ -2275,7 +2275,7 @@ synthesizeRead2CoroutineBody(AccessorDecl *read, ASTContext &ctx) {
22752275
return synthesizeCoroutineAccessorBody(read, ctx);
22762276
}
22772277

2278-
/// Synthesize the body of a modify coroutine.
2278+
/// Synthesize the body of a _modify coroutine.
22792279
static std::pair<BraceStmt *, bool>
22802280
synthesizeModifyCoroutineBody(AccessorDecl *modify, ASTContext &ctx) {
22812281
#ifndef NDEBUG

0 commit comments

Comments
 (0)