diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-19 12:51:48 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-19 12:51:48 +0000 |
commit | ba2d6fba0064b01c85616a9118708eba8382e388 (patch) | |
tree | 1bef5b7da1cd6eb99eff7cd4d9bde87a851ee00b /docs | |
parent | b9e12e519e01078663941ddfbecccf1432c1120c (diff) |
Documentation: add a missing space
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/design_and_overview.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design_and_overview.rst b/docs/design_and_overview.rst index 22e8125bb6..4b1d627380 100644 --- a/docs/design_and_overview.rst +++ b/docs/design_and_overview.rst @@ -21,7 +21,7 @@ LLVM Design & Overview Book chapter providing a compiler hacker's introduction to LLVM. -* `LLVM: A Compilation Framework forLifelong Program Analysis & Transformation +* `LLVM: A Compilation Framework for Lifelong Program Analysis & Transformation <http://llvm.org/pubs/2004-01-30-CGO-LLVM.html>`_ Design overview. |