aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-09-22 23:41:15 +0000
committerChris Lattner <sabre@nondot.org>2007-09-22 23:41:15 +0000
commite5024b7bc296d8089d97ab52f8c0180b963258c9 (patch)
tree0823c9f3ecd3b642c883d8034f67b6d192de69e3 /docs
parent92f0dca1e3adcfdd3184ffa8f410ca370e5c885e (diff)
downloadexternal_llvm-e5024b7bc296d8089d97ab52f8c0180b963258c9.zip
external_llvm-e5024b7bc296d8089d97ab52f8c0180b963258c9.tar.gz
external_llvm-e5024b7bc296d8089d97ab52f8c0180b963258c9.tar.bz2
fix syntax
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42242 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GarbageCollection.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html
index df887f3..dc52a8b 100644
--- a/docs/GarbageCollection.html
+++ b/docs/GarbageCollection.html
@@ -220,7 +220,7 @@ CodeBlock:
<div class="doc_text">
<div class="doc_code"><tt>
- void *%llvm_gc_allocate(unsigned %Size)
+ void *llvm_gc_allocate(unsigned Size)
</tt></div>
<p>The <tt>llvm_gc_allocate</tt> function is a global function defined by the