Fixed HTML validator warning.
authorMisha Brukman <brukman+llvm@gmail.com>
Sun, 14 Dec 2008 08:01:51 +0000 (08:01 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sun, 14 Dec 2008 08:01:51 +0000 (08:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61005 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Lexicon.html

index 507957c3ae8740f01f90088a277fa75ea0d006ae..820fdd6f022b91a42ecdb3e0d702cb19ff982dbe 100644 (file)
@@ -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>