Skip to content

Commit b2556d2

Browse files
authored
Changed comment to make more sense
Changed comment to make more sense about what the corresponding function does.
1 parent b19196e commit b2556d2

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)