[llvm-commits] [llvm] r160996 - /llvm/trunk/docs/Projects.rst
Nick Lewycky
nicholas at mxc.ca
Mon Jul 30 14:10:52 PDT 2012
Author: nicholas
Date: Mon Jul 30 16:10:51 2012
New Revision: 160996
URL: http://llvm.org/viewvc/llvm-project?rev=160996&view=rev
Log:
Fix grammar-o. Fixes PR13482!
Modified:
llvm/trunk/docs/Projects.rst
Modified: llvm/trunk/docs/Projects.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Projects.rst?rev=160996&r1=160995&r2=160996&view=diff
==============================================================================
--- llvm/trunk/docs/Projects.rst (original)
+++ llvm/trunk/docs/Projects.rst Mon Jul 30 16:10:51 2012
@@ -102,7 +102,7 @@
``--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.
More information about the llvm-commits
mailing list