[llvm-commits] [llvm] r61005 - /llvm/trunk/docs/Lexicon.html

Misha Brukman brukman+llvm at gmail.com
Sun Dec 14 00:01:51 PST 2008


Author: brukman
Date: Sun Dec 14 02:01:51 2008
New Revision: 61005

URL: http://llvm.org/viewvc/llvm-project?rev=61005&view=rev
Log:
Fixed HTML validator warning.

Modified:
    llvm/trunk/docs/Lexicon.html

Modified: llvm/trunk/docs/Lexicon.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Lexicon.html?rev=61005&r1=61004&r2=61005&view=diff

==============================================================================
--- llvm/trunk/docs/Lexicon.html (original)
+++ llvm/trunk/docs/Lexicon.html Sun Dec 14 02:01:51 2008
@@ -214,7 +214,7 @@
     <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"—a local or
+    generation, "root" almost always refers to a "stack root" -- a local or
     temporary variable within an executing function.</dd>
   </dl>
 </div>





More information about the llvm-commits mailing list