diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-05-25 08:45:31 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-05-25 08:45:31 +0000 |
commit | 03d186abe08cb7080abf201c9d0547935ffadc20 (patch) | |
tree | d7b0cdcc7b2dea24702a82b7e05a3cf41d98152e /docs | |
parent | e4e97ef64d160793dc6a90e4e1aed17d8852b382 (diff) | |
download | external_llvm-03d186abe08cb7080abf201c9d0547935ffadc20.zip external_llvm-03d186abe08cb7080abf201c9d0547935ffadc20.tar.gz external_llvm-03d186abe08cb7080abf201c9d0547935ffadc20.tar.bz2 |
Fix a small typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13743 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GarbageCollection.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html index 39ddeb8..7502fb6 100644 --- a/docs/GarbageCollection.html +++ b/docs/GarbageCollection.html @@ -190,7 +190,7 @@ Entry: ... ;; "CodeBlock" is the block corresponding to the start - ;; of the scope scope above. + ;; of the scope above. CodeBlock: ;; Initialize the object, telling LLVM that it is now live. ;; Java has type-tags on objects, so it doesn't need any |