summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-03-07 18:08:54 +0000
committerNico Weber <nicolasweber@gmx.de>2014-03-07 18:08:54 +0000
commitf456d37c4f6b70a5e5bd272fe9e2b01ab6ee9417 (patch)
treeb576ef14be62b549f223885b80895d94b31b210c /docs
parentfeed88059f2ad150865b037c91aa0246ebcc8f76 (diff)
downloadllvm-f456d37c4f6b70a5e5bd272fe9e2b01ab6ee9417.tar.gz
llvm-f456d37c4f6b70a5e5bd272fe9e2b01ab6ee9417.tar.bz2
llvm-f456d37c4f6b70a5e5bd272fe9e2b01ab6ee9417.tar.xz
"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
Patch from Sean McBride <sean@rogue-research.com>! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203258 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ProgrammersManual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst
index 4862611c09..9f388cc63f 100644
--- a/docs/ProgrammersManual.rst
+++ b/docs/ProgrammersManual.rst
@@ -475,8 +475,8 @@ these functions in your code in places you want to debug.
Getting this to work requires a small amount of configuration. On Unix systems
with X11, install the `graphviz <http://www.graphviz.org>`_ toolkit, and make
-sure 'dot' and 'gv' are in your path. If you are running on Mac OS/X, download
-and install the Mac OS/X `Graphviz program
+sure 'dot' and 'gv' are in your path. If you are running on Mac OS X, download
+and install the Mac OS X `Graphviz program
<http://www.pixelglow.com/graphviz/>`_ and add
``/Applications/Graphviz.app/Contents/MacOS/`` (or wherever you install it) to
your path. Once in your system and path are set up, rerun the LLVM configure