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 | fb9dbe0f5bf55081956feb15a7754b11e251387e (patch) | |
| tree | 93e9e88a56692b95fc0ce78089d04a652c8c2bd3 /llvm/docs/DeveloperPolicy.html | |
| parent | 91491b51e2590b18368ef3e623b51628eba6be85 (diff) | |
| download | bcm5719-llvm-fb9dbe0f5bf55081956feb15a7754b11e251387e.tar.gz bcm5719-llvm-fb9dbe0f5bf55081956feb15a7754b11e251387e.zip | |
Fix a minor wording ambiguity in the Developer Policy.
llvm-svn: 56022
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
| -rw-r--r-- | llvm/docs/DeveloperPolicy.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 4ab0fe42bec..12e88d35255 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/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> |

