[llvm] r179768 - Fix grammar in LLVMBuild.rst

Eli Bendersky eliben at google.com
Thu Apr 18 09:39:32 PDT 2013


Author: eliben
Date: Thu Apr 18 11:39:32 2013
New Revision: 179768

URL: http://llvm.org/viewvc/llvm-project?rev=179768&view=rev
Log:
Fix grammar in LLVMBuild.rst

Modified:
    llvm/trunk/docs/LLVMBuild.rst

Modified: llvm/trunk/docs/LLVMBuild.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LLVMBuild.rst?rev=179768&r1=179767&r2=179768&view=diff
==============================================================================
--- llvm/trunk/docs/LLVMBuild.rst (original)
+++ llvm/trunk/docs/LLVMBuild.rst Thu Apr 18 11:39:32 2013
@@ -123,8 +123,8 @@ the file format is below:
    boolean_property_name = 1 (or 0)
 
 LLVMBuild files are expected to define a strict set of sections and
-properties. An typical component description file for a library
-component would look typically look like the following example:
+properties. A typical component description file for a library
+component would look like the following example:
 
 .. code-block:: ini
 





More information about the llvm-commits mailing list