[llvm-commits] [llvm] r79498 - /llvm/trunk/docs/ProgrammersManual.html

Eli Friedman eli.friedman at gmail.com
Wed Aug 19 18:21:04 PDT 2009


On Wed, Aug 19, 2009 at 5:29 PM, Chris Lattner<sabre at nondot.org> wrote:
> @@ -2422,7 +2422,7 @@
>  <p>
>  Conceptually, <tt>LLVMContext</tt> provides isolation.  Every LLVM entity
>  (<tt>Module</tt>s, <tt>Value</tt>s, <tt>Type</tt>s, <tt>Constant</tt>s, etc.)
> -in LLVM's in-memory IR belongs to an <tt>LLVMContext</tt>.  Entities in
> +in LLVM's in-memory IR belong to an <tt>LLVMContext</tt>.  Entities in

I don't mean to be pedantic, but I think "belongs" is right here:
"entity" is singular, even though the sentence is referring to a set
of entities.

-Eli




More information about the llvm-commits mailing list