[cfe-commits] [libcxx] r131265 - /libcxx/trunk/www/type_traits_design.html
Howard Hinnant
hhinnant at apple.com
Thu May 12 17:03:08 PDT 2011
Author: hhinnant
Date: Thu May 12 19:03:08 2011
New Revision: 131265
URL: http://llvm.org/viewvc/llvm-project?rev=131265&view=rev
Log:
Corrected misspelling
Modified:
libcxx/trunk/www/type_traits_design.html
Modified: libcxx/trunk/www/type_traits_design.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/type_traits_design.html?rev=131265&r1=131264&r2=131265&view=diff
==============================================================================
--- libcxx/trunk/www/type_traits_design.html (original)
+++ libcxx/trunk/www/type_traits_design.html Thu May 12 19:03:08 2011
@@ -170,7 +170,7 @@
<tr>
<td><tt>is_trivially_assignable<T, U></tt></td>
-<td bgcolor="#FF5965"><tt>__is_trivially_assignable(T, U)</tt></td>
+<td bgcolor="#FF5965"><tt>__is_trivial_assign(T, U)</tt></td>
</tr>
<tr>
More information about the cfe-commits
mailing list