summaryrefslogtreecommitdiff
path: root/docs/Projects.rst
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-07-30 21:10:51 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-07-30 21:10:51 +0000
commitead66027e8a93dbbb9eec37807c34585aeafe67b (patch)
treea0d0605acf284db08525c53bb39c6f10e3813d43 /docs/Projects.rst
parent8e54ab5c7618bf3813c337ad181a741f30eb36cc (diff)
downloadllvm-ead66027e8a93dbbb9eec37807c34585aeafe67b.tar.gz
llvm-ead66027e8a93dbbb9eec37807c34585aeafe67b.tar.bz2
llvm-ead66027e8a93dbbb9eec37807c34585aeafe67b.tar.xz
Fix grammar-o. Fixes PR13482!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160996 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Projects.rst')
-rw-r--r--docs/Projects.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Projects.rst b/docs/Projects.rst
index c4be6da5a0..63132887a5 100644
--- a/docs/Projects.rst
+++ b/docs/Projects.rst
@@ -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.