diff options
| author | Bill Wendling <isanbard@gmail.com> | 2012-06-19 22:25:17 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2012-06-19 22:25:17 +0000 |
| commit | 34ffc89e939c854be8de7b8acbd93af8944fe87d (patch) | |
| tree | c7a5bcce54bb5cadd43db2f82bcfabe658e759d6 | |
| parent | 1773a89ff43cc0b76867a2a630dccb45e1d75917 (diff) | |
| download | bcm5719-llvm-34ffc89e939c854be8de7b8acbd93af8944fe87d.tar.gz bcm5719-llvm-34ffc89e939c854be8de7b8acbd93af8944fe87d.zip | |
Use correct capitalization.
llvm-svn: 158752
| -rw-r--r-- | llvm/docs/Projects.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Projects.rst b/llvm/docs/Projects.rst index ea94ffd928e..c4be6da5a06 100644 --- a/llvm/docs/Projects.rst +++ b/llvm/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 |

