diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2012-07-30 21:10:51 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2012-07-30 21:10:51 +0000 |
commit | 7e9f6d7d58bde0102161c939200ff2019213256a (patch) | |
tree | 63316dc5154e7f2fa0431d45ce51419d5200507a /llvm/docs/Projects.rst | |
parent | f308c128ea84d5b3c85a5840ba28b1c93a2e77fe (diff) | |
download | bcm5719-llvm-7e9f6d7d58bde0102161c939200ff2019213256a.tar.gz bcm5719-llvm-7e9f6d7d58bde0102161c939200ff2019213256a.zip |
Fix grammar-o. Fixes PR13482!
llvm-svn: 160996
Diffstat (limited to 'llvm/docs/Projects.rst')
-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 c4be6da5a06..63132887a59 100644 --- a/llvm/docs/Projects.rst +++ b/llvm/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. |