OSDN Git Service

Fix a minor wording ambiguity in the Developer Policy.
authorDan Gohman <gohman@apple.com>
Tue, 9 Sep 2008 22:13:09 +0000 (22:13 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 9 Sep 2008 22:13:09 +0000 (22:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56022 91177308-0d34-0410-b5e6-96231b3b80d8

docs/DeveloperPolicy.html

index 4ab0fe4..12e88d3 100644 (file)
     <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>