From a1db8257a8c85fe415b65e30c44248ca4e3600a0 Mon Sep 17 00:00:00 2001 From: Erich Keane Date: Mon, 29 Jan 2018 19:33:20 +0000 Subject: [PATCH] [NFC] Fixup comment with function name, actually incorrect name! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323679 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaOverload.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Sema/SemaOverload.cpp b/lib/Sema/SemaOverload.cpp index b80f14d242..1b07ec60ce 100644 --- a/lib/Sema/SemaOverload.cpp +++ b/lib/Sema/SemaOverload.cpp @@ -10534,9 +10534,8 @@ static void CompleteNonViableCandidate(Sema &S, OverloadCandidate *Cand, } } -/// PrintOverloadCandidates - When overload resolution fails, prints -/// diagnostic messages containing the candidates in the candidate -/// set. +/// When overload resolution fails, prints diagnostic messages containing the +/// candidates in the candidate set. void OverloadCandidateSet::NoteCandidates( Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef Args, StringRef Opc, SourceLocation OpLoc, -- 2.50.1