summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-13 20:57:57 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-13 20:57:57 +0000
commit102f05abcb301f5a1deac2bbab51b86507b1efa4 (patch)
tree4200b4f875a66db354023ed1e2f9895cb1a89f30
parent2fbff4d2dc044091aef1511df0846e5732c5c694 (diff)
downloadbcm5719-llvm-102f05abcb301f5a1deac2bbab51b86507b1efa4.tar.gz
bcm5719-llvm-102f05abcb301f5a1deac2bbab51b86507b1efa4.zip
Add missing closing parenthesis.
llvm-svn: 34248
-rw-r--r--llvm/docs/DeveloperPolicy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html
index d76720927ad..8936d575d6c 100644
--- a/llvm/docs/DeveloperPolicy.html
+++ b/llvm/docs/DeveloperPolicy.html
@@ -273,7 +273,7 @@
<li>All feature and regression test cases must be added to the
<tt>llvm/test</tt> directory. The appropriate sub-directory should be
selected (see the <a href="TestingGuide.html">Testing Guide</a> for
- details.</li>
+ details).</li>
<li>Test cases should be written in LLVM assembly language unless the
feature or regression being tested requires another language.</li>
<li>Test cases, especially for regressions, should be as reduced as
OpenPOWER on IntegriCloud