Index: clang/lib/Sema/SemaOverload.cpp =================================================================== --- clang/lib/Sema/SemaOverload.cpp +++ clang/lib/Sema/SemaOverload.cpp @@ -7495,7 +7495,7 @@ // C++0x [dcl.init.ref]p5: // In the second case, if the reference is an rvalue reference and - // the second standard conversion sequence of the user-defined + // the first standard conversion sequence of the user-defined // conversion sequence includes an lvalue-to-rvalue conversion, the // program is ill-formed. if (ToType->isRValueReferenceType() &&