[llvm] r255306 - s/need/needs

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 14:29:27 PST 2015


Author: echristo
Date: Thu Dec 10 16:29:26 2015
New Revision: 255306

URL: http://llvm.org/viewvc/llvm-project?rev=255306&view=rev
Log:
s/need/needs

Modified:
    llvm/trunk/docs/DeveloperPolicy.rst

Modified: llvm/trunk/docs/DeveloperPolicy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=255306&r1=255305&r2=255306&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Thu Dec 10 16:29:26 2015
@@ -545,8 +545,8 @@ C API Changes
 
 * Including new things into the API: If an LLVM subcomponent has a C API already
   included, then expanding that C API is acceptable. Adding C API for
-  subcomponents that don't currently have one need to be discussed on the mailing
-  list for design and maintainability feedback prior to implementation.
+  subcomponents that don't currently have one needs to be discussed on the
+  mailing list for design and maintainability feedback prior to implementation.
 
 * Documentation: Any changes to the C API are required to be documented in the
   release notes so that it's clear to external users who do not follow the




More information about the llvm-commits mailing list