summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-09-09 22:13:09 +0000
committerDan Gohman <gohman@apple.com>2008-09-09 22:13:09 +0000
commit7258737a1176f4a50e88e70d23305a01ff3ceebd (patch)
treeaeeac68c6a1089f0094b94b93cd1411b46802012 /docs
parent293d5f8bc02a9148238b2c79484637f56de65b9c (diff)
downloadllvm-7258737a1176f4a50e88e70d23305a01ff3ceebd.tar.gz
llvm-7258737a1176f4a50e88e70d23305a01ff3ceebd.tar.bz2
llvm-7258737a1176f4a50e88e70d23305a01ff3ceebd.tar.xz
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')
-rw-r--r--docs/DeveloperPolicy.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index 4ab0fe42be..12e88d3525 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>