r323864 - Fix typo. NFC
Jonathan Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 31 04:06:15 PST 2018
Author: jroelofs
Date: Wed Jan 31 04:06:15 2018
New Revision: 323864
URL: http://llvm.org/viewvc/llvm-project?rev=323864&view=rev
Log:
Fix typo. NFC
Modified:
cfe/trunk/www/analyzer/scan-build.html
Modified: cfe/trunk/www/analyzer/scan-build.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/scan-build.html?rev=323864&r1=323863&r2=323864&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/scan-build.html (original)
+++ cfe/trunk/www/analyzer/scan-build.html Wed Jan 31 04:06:15 2018
@@ -248,7 +248,7 @@ you will probably need to run <tt>config
<pre class="code_example">
$ scan-build ./configure
-$ scan-build --keepk-cc make
+$ scan-build --keep-cc make
</pre>
<p>The reason <tt>configure</tt> also needs to be run through
More information about the cfe-commits
mailing list