[llvm-commits] [llvm] r61005 - /llvm/trunk/docs/Lexicon.html
Nick Lewycky
nicholas at mxc.ca
Sun Dec 14 09:02:27 PST 2008
Misha Brukman wrote:
> 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
Please use – or —, in this case I think an — is in order.
http://www.alistapart.com/stories/emen/ is an excellent reference for
this sort of thing.
Nick
> temporary variable within an executing function.</dd>
> </dl>
> </div>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list