Fix a typo in the docs

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@162335 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow 2012-08-22 00:57:11 +00:00
parent ffab05833f
commit 08a0b48c09

View File

@ -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>