summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2017-01-15 23:09:27 -0200
committerEmil Velikov <emil.l.velikov@gmail.com>2017-01-16 14:54:45 +0000
commit5856a5868cd70b02892fc759dc8fe5b3e53a8b96 (patch)
tree5717f8e27190b7f7727e1684033c96c635bbeb68 /README
parent4ecd1ef010beadef05f7c63c4546849b2eb5ac15 (diff)
README: Fix grammar
Fix two grammar issues: - "standard autotools packages ---> "standard autotools package" - "If you are install" ---> "If you are installing" Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 7eeae384..26cab9d3 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ with an older kernel.
Compiling
---------
-libdrm is a standard autotools packages and follows the normal
+libdrm is a standard autotools package and follows the normal
configure, build and install steps. The first step is to configure
the package, which is done by running the configure shell script:
@@ -37,5 +37,5 @@ and once make finishes successfully, install the package using
make install
-If you are install into a system location, you will need to be root to
-perform the install step.
+If you are installing into a system location, you will need to be root
+to perform the install step.