Support for contextual conversion tweaks (N3323) was added, as Revision 183637

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183639 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaOverload.cpp b/lib/Sema/SemaOverload.cpp
index 0653fbe..9e3ca9d 100644
--- a/lib/Sema/SemaOverload.cpp
+++ b/lib/Sema/SemaOverload.cpp
@@ -5370,8 +5370,8 @@
     // is said to be contextually implicitly converted to a specified
     // type T and is well-formed if and only if e can be implicitly
     // converted to a type T that is determined as follows: E is searched
-    // for conversion functions whose return type is cv T or reference
-    // to cv T such that T is allowed by the context. There shall be
+    // for conversion functions whose return type is cv T or reference to
+    // cv T such that T is allowed by the context. There shall be
     // exactly one such T.
 
     // If no unique T is found: