[llvm] r245473 - [docs] Fix minor typo in CodingStandards.rst
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 11:19:12 PDT 2015
Author: vedantk
Date: Wed Aug 19 13:19:12 2015
New Revision: 245473
URL: http://llvm.org/viewvc/llvm-project?rev=245473&view=rev
Log:
[docs] Fix minor typo in CodingStandards.rst
Modified:
llvm/trunk/docs/CodingStandards.rst
Modified: llvm/trunk/docs/CodingStandards.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodingStandards.rst?rev=245473&r1=245472&r2=245473&view=diff
==============================================================================
--- llvm/trunk/docs/CodingStandards.rst (original)
+++ llvm/trunk/docs/CodingStandards.rst Wed Aug 19 13:19:12 2015
@@ -39,7 +39,7 @@ hand, it is reasonable to rename the met
change it in some other way. Just do the reformating as a separate commit from
the functionality change.
-The ultimate goal of these guidelines is the increase readability and
+The ultimate goal of these guidelines is to increase the readability and
maintainability of our common source base. If you have suggestions for topics to
be included, please mail them to `Chris <mailto:sabre at nondot.org>`_.
More information about the llvm-commits
mailing list