[llvm] r308331 - fix typos in a document; NFC

Hiroshi Inoue via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 10:52:47 PDT 2017


Author: inouehrs
Date: Tue Jul 18 10:52:47 2017
New Revision: 308331

URL: http://llvm.org/viewvc/llvm-project?rev=308331&view=rev
Log:
fix typos in a document; NFC

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=308331&r1=308330&r2=308331&view=diff
==============================================================================
--- llvm/trunk/docs/CodingStandards.rst (original)
+++ llvm/trunk/docs/CodingStandards.rst Tue Jul 18 10:52:47 2017
@@ -34,10 +34,10 @@ There are some conventions that are not
 (e.g. the naming convention).  This is because they are relatively new, and a
 lot of code was written before they were put in place.  Our long term goal is
 for the entire codebase to follow the convention, but we explicitly *do not*
-want patches that do large-scale reformating of existing code.  On the other
+want patches that do large-scale reformatting of existing code.  On the other
 hand, it is reasonable to rename the methods of a class if you're about to
-change it in some other way.  Just do the reformating as a separate commit from
-the functionality change.
+change it in some other way.  Just do the reformatting as a separate commit
+from the functionality change.
   
 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




More information about the llvm-commits mailing list