summaryrefslogtreecommitdiffstats
path: root/docs/DebuggingJITedCode.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/DebuggingJITedCode.html')
-rw-r--r--docs/DebuggingJITedCode.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DebuggingJITedCode.html b/docs/DebuggingJITedCode.html
index 4e4b7b8..7d52fa7 100644
--- a/docs/DebuggingJITedCode.html
+++ b/docs/DebuggingJITedCode.html
@@ -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>