Skip to content

Commit

Permalink
Changed comment to make more sense
Browse files Browse the repository at this point in the history
Changed comment to make more sense about what the corresponding function does.
  • Loading branch information
psy2k authored Jun 18, 2016
1 parent b19196e commit b2556d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AST/ASTContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ static void removeValidObjCConflictingMethods(
methods = methods.slice(0, newEnd - methods.begin());
}

/// Determine whether the should associate a conflict among the given
/// Determine whether we should associate a conflict among the given
/// set of methods with the specified source file.
static bool shouldAssociateConflictWithSourceFile(
SourceFile &sf,
Expand Down

0 comments on commit b2556d2

Please sign in to comment.