Use correct capitalization.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2012-06-19 22:25:17 +00:00
parent 9efc6d3ac3
commit 2e355f6c45

View File

@ -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