aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Lexicon.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2008-12-14 08:01:51 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2008-12-14 08:01:51 +0000
commit70adc5af36757e22f8309434dfc2e931e8be7dcc (patch)
tree6f6b74588b2b8f8da64be99914028d15f4676fbe /docs/Lexicon.html
parent93bbc1e5e1d55d1377c6a2e5baa37949af246fda (diff)
downloadexternal_llvm-70adc5af36757e22f8309434dfc2e931e8be7dcc.zip
external_llvm-70adc5af36757e22f8309434dfc2e931e8be7dcc.tar.gz
external_llvm-70adc5af36757e22f8309434dfc2e931e8be7dcc.tar.bz2
Fixed HTML validator warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61005 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Lexicon.html')
-rw-r--r--docs/Lexicon.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Lexicon.html b/docs/Lexicon.html
index 507957c..820fdd6 100644
--- a/docs/Lexicon.html
+++ b/docs/Lexicon.html
@@ -214,7 +214,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd>
<dt><a name="Root"><b>Root</b></a></dt> <dd>In garbage collection, a
pointer variable lying outside of the <a href="#Heap">heap</a> from which
the collector begins its reachability analysis. In the context of code
- generation, "root" almost always refers to a "stack root"&#151;a local or
+ generation, "root" almost always refers to a "stack root" -- a local or
temporary variable within an executing function.</dd>
</dl>
</div>