]> granicus.if.org Git - clang/commitdiff
Fix comment: correct predicate name, reformat comment.
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 24 Feb 2012 20:03:35 +0000 (20:03 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 24 Feb 2012 20:03:35 +0000 (20:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151389 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaExprCXX.cpp

index a4ae9be41b4d39b89962a6136a9c2223f53505d0..95bd6175017b96bb86f83210bab113ef4842c06b 100644 (file)
@@ -3218,12 +3218,11 @@ static bool evaluateTypeTrait(Sema &S, TypeTrait Kind, SourceLocation KWLoc,
   switch (Kind) {
   case clang::TT_IsTriviallyConstructible: {
     // C++11 [meta.unary.prop]:
-    //   is_trivially_constructor is defined as:
+    //   is_trivially_constructible is defined as:
     //
-    //     is_constructible<T, Args...>::value is true and the variable 
-    //
-    ///  definition for is_constructible, as defined below, is known to call no
-    //   operation that is not trivial.
+    //     is_constructible<T, Args...>::value is true and the variable
+    //     definition for is_constructible, as defined below, is known to call no
+    //     operation that is not trivial.
     //
     //   The predicate condition for a template specialization 
     //   is_constructible<T, Args...> shall be satisfied if and only if the