s/need/needs
authorEric Christopher <echristo@gmail.com>
Thu, 10 Dec 2015 22:29:26 +0000 (22:29 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 10 Dec 2015 22:29:26 +0000 (22:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255306 91177308-0d34-0410-b5e6-96231b3b80d8

docs/DeveloperPolicy.rst

index d4a681a8b313dc8723dde6b41b05d49edaaf0301..136f68f81ee70efbb7ad33b0d0a72d4bb2c4cb8d 100644 (file)
@@ -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
 
 * 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
 
 * 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