Use new accessor methods to query for attributes.
[oota-llvm.git] / docs / Projects.rst
index ea94ffd928e496baa8612a838f5c89e09a79db80..63132887a5990c40844f71cfbe7baeceef8d8c6e 100644 (file)
@@ -102,7 +102,7 @@ Follow these simple steps to start your project:
    ``--prefix=<directory>``
        Tell your project where it should get installed.
 
-That's it!  Now all you have to do is type ``gmake`` (or ``make`` if your on a
+That's it!  Now all you have to do is type ``gmake`` (or ``make`` if you're on a
 GNU/Linux system) in the root of your object directory, and your project should
 build.
 
@@ -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