diff options
author | Eric Christopher <echristo@gmail.com> | 2014-05-20 17:11:11 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-05-20 17:11:11 +0000 |
commit | 650c8f2a06f138d795d0188ec8276638e13f7c9d (patch) | |
tree | 2ba4539a4ad633680680072b4d44811d88488354 /llvm/docs | |
parent | c9e2a689054b63e2c02fddd27b1f508bd57451a3 (diff) | |
download | bcm5719-llvm-650c8f2a06f138d795d0188ec8276638e13f7c9d.tar.gz bcm5719-llvm-650c8f2a06f138d795d0188ec8276638e13f7c9d.zip |
Clean up language and grammar.
Based on a patch by jfcaron3@gmail.com!
PR19806
llvm-svn: 209216
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/DeveloperPolicy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst index b9ac57629e3..74a89791128 100644 --- a/llvm/docs/DeveloperPolicy.rst +++ b/llvm/docs/DeveloperPolicy.rst @@ -336,7 +336,7 @@ Making a Major Change --------------------- When a developer begins a major new project with the aim of contributing it back -to LLVM, s/he should inform the community with an email to the `llvmdev +to LLVM, they should inform the community with an email to the `llvmdev <http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>`_ email list, to the extent possible. The reason for this is to: |