<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eli Friedman wrote:
<blockquote
cite="mid:f5aa3e9b0908191821s77a0b147u37e2bd46953c715@mail.gmail.com"
type="cite">
<pre wrap="">On Wed, Aug 19, 2009 at 5:29 PM, Chris Lattner<a class="moz-txt-link-rfc2396E" href="mailto:sabre@nondot.org"><sabre@nondot.org></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">@@ -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
</pre>
</blockquote>
<pre wrap=""><!---->
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.
</pre>
</blockquote>
<br>
I agree. That said, the old wording jarred with the parenthetical
list; the better fix would be<br>
s/Every LLVM entity/All entities/<br>
<br>
John.<br>
</body>
</html>