summaryrefslogtreecommitdiff
path: root/docs/Projects.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-19 22:25:17 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-19 22:25:17 +0000
commit2e355f6c45e052121217a33b3c24af2864fca6d6 (patch)
tree843eab25dbc7f52cfa2040b7c83b86f6a144b5bb /docs/Projects.rst
parent9efc6d3ac3bb058d8d62f8c93dbb006aefb3d778 (diff)
downloadllvm-2e355f6c45e052121217a33b3c24af2864fca6d6.tar.gz
llvm-2e355f6c45e052121217a33b3c24af2864fca6d6.tar.bz2
llvm-2e355f6c45e052121217a33b3c24af2864fca6d6.tar.xz
Use correct capitalization.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158752 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Projects.rst')
-rw-r--r--docs/Projects.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Projects.rst b/docs/Projects.rst
index ea94ffd928..c4be6da5a0 100644
--- a/docs/Projects.rst
+++ b/docs/Projects.rst
@@ -280,7 +280,7 @@ Variables for Building Programs
For example, to link ``libsample.so``, you would have the following line in
your ``Makefile``:
- .. code-block:: Makefile
+ .. code-block:: makefile
LIBS += -lsample