summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2019-12-22 09:36:53 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-12-27 15:12:17 -0500
commit8d76bcc2c0111fdd5ee0ed3e60cdce91ca2172c5 (patch)
treef9e45c814dcee543cf3505caa400efb63afd979e /docs
parent0c51aeebc79edd9b317109019522b5ee557c92df (diff)
downloadhaskell-8d76bcc2c0111fdd5ee0ed3e60cdce91ca2172c5.tar.gz
while at it rename XCode to the official Xcode
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/codegens.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/codegens.rst b/docs/users_guide/codegens.rst
index c68eff25d4..514a830c57 100644
--- a/docs/users_guide/codegens.rst
+++ b/docs/users_guide/codegens.rst
@@ -58,7 +58,7 @@ To install LLVM and Clang:
- *Linux*: Use your package management tool.
- *Mac OS X*: Clang is included by default on recent OS X machines when
- XCode is installed (from 10.6 and later). LLVM is not included.
+ Xcode is installed (from 10.6 and later). LLVM is not included.
In order to use the LLVM based code generator, you should install the
`Homebrew <http://mxcl.github.com/homebrew/>`__ package manager for
OS X. Alternatively you can download binaries for LLVM and Clang from