Skip to content

Commit c75d396

Browse files
[gardening] Fix recently introduced typo: "specifiedso" → "specified so"
1 parent 5974b58 commit c75d396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Parse/ParseDecl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,8 @@ ParserStatus Parser::parseDecl(SmallVectorImpl<Decl*> &Entries,
21702170
Status = makeParserCodeCompletionStatus();
21712171
if (CodeCompletion) {
21722172
// If we need to complete an override, collect the keywords already
2173-
// specifiedso that we do not duplicate them in code completion strings.
2173+
// specified so that we do not duplicate them in code completion
2174+
// strings.
21742175
SmallVector<StringRef, 3> Keywords;
21752176
switch (OrigTok.getKind()) {
21762177
case tok::kw_func:

0 commit comments

Comments
 (0)