[cfe-commits] r156742 - /cfe/trunk/docs/Tooling.html

Jean-Daniel Dupas devlists at shadowlab.org
Sun May 13 07:32:12 PDT 2012


Author: jddupas
Date: Sun May 13 09:32:11 2012
New Revision: 156742

URL: http://llvm.org/viewvc/llvm-project?rev=156742&view=rev
Log:
Fix Xcode case (Upper X, lower c)

Modified:
    cfe/trunk/docs/Tooling.html

Modified: cfe/trunk/docs/Tooling.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Tooling.html?rev=156742&r1=156741&r2=156742&view=diff
==============================================================================
--- cfe/trunk/docs/Tooling.html (original)
+++ cfe/trunk/docs/Tooling.html Sun May 13 09:32:11 2012
@@ -23,7 +23,7 @@
 when you have a good reason not to use LibClang.</p>
 <p>Canonical examples of when to use LibClang:</p>
 <ul>
-  <li>XCode</li>
+  <li>Xcode</li>
   <li>Clang Python Bindings</li>
 </ul>
 <p>Use LibClang when you...</p>





More information about the cfe-commits mailing list