Use correct capitalization.
authorBill Wendling <isanbard@gmail.com>
Tue, 19 Jun 2012 22:25:17 +0000 (22:25 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 19 Jun 2012 22:25:17 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158752 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Projects.rst

index ea94ffd928e496baa8612a838f5c89e09a79db80..c4be6da5a0694cd0590e244ee9ed73f6d1e59c40 100644 (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