commit | b29356d499b323dab654715b34df6db25edf5561 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Sep 22 23:41:15 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Sep 22 23:41:15 2007 +0000 |
tree | 0823c9f3ecd3b642c883d8034f67b6d192de69e3 | |
parent | 5d52e4cd6e5e33e14d5c8ba0d7e0377b3015bbe3 [diff] [blame] |
fix syntax git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42242 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ <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