From: George Burgess IV Date: Sat, 14 Jan 2017 05:19:34 +0000 (+0000) Subject: Fix a typo. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39b986dd316a67a1fecb21c3094f823fd756ec26;p=clang Fix a typo. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291997 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaOverload.cpp b/lib/Sema/SemaOverload.cpp index c66fe7678d..83b679ae1d 100644 --- a/lib/Sema/SemaOverload.cpp +++ b/lib/Sema/SemaOverload.cpp @@ -4272,7 +4272,7 @@ Sema::CompareReferenceRelationship(SourceLocation Loc, return Ref_Related; } -/// \brief Look for a user-defined conversion to an value reference-compatible +/// \brief Look for a user-defined conversion to a value reference-compatible /// with DeclType. Return true if something definite is found. static bool FindConversionForRefInit(Sema &S, ImplicitConversionSequence &ICS,