Fix Xcode case (Upper X, lower c)
authorJean-Daniel Dupas <devlists@shadowlab.org>
Sun, 13 May 2012 14:36:15 +0000 (14:36 +0000)
committerJean-Daniel Dupas <devlists@shadowlab.org>
Sun, 13 May 2012 14:36:15 +0000 (14:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156743 91177308-0d34-0410-b5e6-96231b3b80d8

docs/DebuggingJITedCode.html
docs/GettingStarted.html

index 4e4b7b85040f3984ee495478ed1947a051cca883..7d52fa76354767939fa10925137afc999638674c 100644 (file)
@@ -51,7 +51,7 @@ necessary debug information.
 
 <p>In order to debug code JIT-ed by LLVM, you need GDB 7.0 or newer, which is
 available on most modern distributions of Linux.  The version of GDB that Apple
-ships with XCode has been frozen at 6.3 for a while.  LLDB may be a better
+ships with Xcode has been frozen at 6.3 for a while.  LLDB may be a better
 option for debugging JIT-ed code on Mac OS X.
 </p>
 
index 76547278b4b1f302b42bb4aa90a8166bfea48312..8c59e3e3014bae982eca5d89c70be0a6584692ca 100644 (file)
@@ -344,7 +344,7 @@ up</a></li>
 <li><a name="pf_7">Native code generation exists but is not complete.</a></li>
 <li><a name="pf_8">Binutils 2.20 or later is required to build the assembler
     generated by LLVM properly.</a></li>
-<li><a name="pf_9">XCode 2.5 and gcc 4.0.1</a> (Apple Build 5370) will trip
+<li><a name="pf_9">Xcode 2.5 and gcc 4.0.1</a> (Apple Build 5370) will trip
     internal LLVM assert messages when compiled for Release at optimization
     levels greater than 0 (i.e., <i>"-O1"</i> and higher).
     Add <i>OPTIMIZE_OPTION="-O0"</i> to the build command line