[cfe-commits] [libcxx] r162335 - /libcxx/trunk/www/index.html
Marshall Clow
mclow at qualcomm.com
Tue Aug 21 17:57:11 PDT 2012
Author: marshall
Date: Tue Aug 21 19:57:11 2012
New Revision: 162335
URL: http://llvm.org/viewvc/llvm-project?rev=162335&view=rev
Log:
Fix a typo in the docs
Modified:
libcxx/trunk/www/index.html
Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=162335&r1=162334&r2=162335&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Tue Aug 21 19:57:11 2012
@@ -186,7 +186,7 @@
<li><code>clang++ -std=c++11 -stdlib=libc++ test.cpp</code></li>
</ul>
- <p>To run the libc++ test suit (recommended):</p>
+ <p>To run the libc++ test suite (recommended):</p>
<ul>
<li><code>cd libcxx/test</code></li>
More information about the cfe-commits
mailing list