From: Eric Christopher Date: Thu, 10 Dec 2015 22:29:26 +0000 (+0000) Subject: s/need/needs X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=337570a52e6bf78a81f9eeaf0a620790953cd79c s/need/needs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255306 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/DeveloperPolicy.rst b/docs/DeveloperPolicy.rst index d4a681a8b31..136f68f81ee 100644 --- a/docs/DeveloperPolicy.rst +++ b/docs/DeveloperPolicy.rst @@ -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