summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam2017-01-15 19:09:27 -0600
committerEmil Velikov2017-01-16 08:54:45 -0600
commit5856a5868cd70b02892fc759dc8fe5b3e53a8b96 (patch)
tree5717f8e27190b7f7727e1684033c96c635bbeb68
parent4ecd1ef010beadef05f7c63c4546849b2eb5ac15 (diff)
downloadexternal-libdrm-5856a5868cd70b02892fc759dc8fe5b3e53a8b96.tar.gz
external-libdrm-5856a5868cd70b02892fc759dc8fe5b3e53a8b96.tar.xz
external-libdrm-5856a5868cd70b02892fc759dc8fe5b3e53a8b96.zip
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>
-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.
15Compiling 15Compiling
16--------- 16---------
17 17
18libdrm is a standard autotools packages and follows the normal 18libdrm is a standard autotools package and follows the normal
19configure, build and install steps. The first step is to configure 19configure, build and install steps. The first step is to configure
20the package, which is done by running the configure shell script: 20the package, which is done by running the configure shell script:
21 21
@@ -37,5 +37,5 @@ and once make finishes successfully, install the package using
37 37
38 make install 38 make install
39 39
40If you are install into a system location, you will need to be root to 40If you are installing into a system location, you will need to be root
41perform the install step. 41to perform the install step.