diff options
author | Dan Gohman <gohman@apple.com> | 2008-09-09 22:13:09 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-09-09 22:13:09 +0000 |
commit | 837daa36f3fa300d343fd3627819dc09e477f9da (patch) | |
tree | aeeac68c6a1089f0094b94b93cd1411b46802012 /docs/DeveloperPolicy.html | |
parent | 69740ec6261a4a8e22e8a106710f88edf3f288cd (diff) | |
download | external_llvm-837daa36f3fa300d343fd3627819dc09e477f9da.zip external_llvm-837daa36f3fa300d343fd3627819dc09e477f9da.tar.gz external_llvm-837daa36f3fa300d343fd3627819dc09e477f9da.tar.bz2 |
Fix a minor wording ambiguity in the Developer Policy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56022 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r-- | docs/DeveloperPolicy.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 4ab0fe4..12e88d3 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -245,7 +245,8 @@ <li>The code must not cause regressions on a reasonable subset of llvm-test, where "reasonable" depends on the contributor's judgement and the scope of the change (more invasive changes require more testing). A reasonable - subset is "<tt>llvm-test/MultiSource/Benchmarks</tt>".</li> + subset might be something like + "<tt>llvm-test/MultiSource/Benchmarks</tt>".</li> </ol> <p>Additionally, the committer is responsible for addressing any problems found in the future that the change is responsible for. For example:</p> |