diff options
| author | Eric Christopher <echristo@gmail.com> | 2015-12-10 22:29:26 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2015-12-10 22:29:26 +0000 |
| commit | 86e031a889daa9ef89a0e41942f67dcf4639c46e (patch) | |
| tree | aa803beb19a7357f0b23255b5fc751da4fe6ab46 /llvm | |
| parent | 325e8d06dcfb32c636ea30c0c5b3ab6bdf020f56 (diff) | |
| download | bcm5719-llvm-86e031a889daa9ef89a0e41942f67dcf4639c46e.tar.gz bcm5719-llvm-86e031a889daa9ef89a0e41942f67dcf4639c46e.zip | |
s/need/needs
llvm-svn: 255306
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/DeveloperPolicy.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst index d4a681a8b31..136f68f81ee 100644 --- a/llvm/docs/DeveloperPolicy.rst +++ b/llvm/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 |

