Fix comment typo

This commit is contained in:
Kim Grasman 2019-12-26 16:41:52 +01:00
parent f4ef6528d9
commit c193125761
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ UseFlags ComputeUseFlags(const ASTNode* ast_node) {
// Definitions of free functions are a little special, because they themselves
// count as uses of all prior declarations (ideally we should probably just
// require one but it's hard so say which, so we pick all previously seen).
// require one but it's hard to say which, so we pick all previously seen).
// Later IWYU analysis phases do some canonicalization that isn't
// necessary/valid for this case, so mark it up for later.
if (const auto* fd = ast_node->GetAs<FunctionDecl>()) {