aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-10-13 02:46:01 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-10-13 02:46:01 +0000
commit49feb455ab83e5c47c33f7d46a20691d38563a12 (patch)
tree3d2e261bd965066ec237a7cb2c648dac3fabf6dc
parentea65d7d2a255a89157fe7dd7c07757a4ee45cf2f (diff)
Add whitespace before a parenthesis.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57430 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index a67a4d8720..24317da335 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -360,7 +360,7 @@ faster:</p>
</p>
<ul>
-<li><tt>llvmc2</tt>(the generic compiler driver) gained plugin
+<li><tt>llvmc2</tt> (the generic compiler driver) gained plugin
support. It is now easier to experiment with <tt>llvmc2</tt> and
build your own tools based on it. </li>
<li>raw_ostream + formatting</li>