From 3c8da594829cf88817a6a24c92e38a792184d7a8 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sun, 14 Dec 2008 08:01:51 +0000 Subject: [PATCH] Fixed HTML validator warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61005 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Lexicon.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Lexicon.html b/docs/Lexicon.html index 507957c3ae8..820fdd6f022 100644 --- a/docs/Lexicon.html +++ b/docs/Lexicon.html @@ -214,7 +214,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
Root
In garbage collection, a pointer variable lying outside of the heap 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.
-- 2.34.1