Skip to content

Commit b10bf6b

Browse files
authored
Merge pull request #3059 from psy2k/master
Changed comment to make more sense
2 parents b19196e + b2556d2 commit b10bf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/ASTContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,7 @@ static void removeValidObjCConflictingMethods(
21292129
methods = methods.slice(0, newEnd - methods.begin());
21302130
}
21312131

2132-
/// Determine whether the should associate a conflict among the given
2132+
/// Determine whether we should associate a conflict among the given
21332133
/// set of methods with the specified source file.
21342134
static bool shouldAssociateConflictWithSourceFile(
21352135
SourceFile &sf,

0 commit comments

Comments
 (0)