minor grammar tweak
authorChris Lattner <sabre@nondot.org>
Thu, 20 Aug 2009 00:29:24 +0000 (00:29 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 20 Aug 2009 00:29:24 +0000 (00:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79498 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index eaed402d8af4e9c4aff507039bcb20cec115615e..83251e5102dcd0f3183530e2e177cd2d3ea83351 100644 (file)
@@ -2422,7 +2422,7 @@ units concurrently on independent server threads.  Fortunately,
 <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 
 different contexts <em>cannot</em> interact with each other: <tt>Module</tt>s in
 different contexts cannot be linked together, <tt>Function</tt>s cannot be added
 to <tt>Module</tt>s in different contexts, etc.  What this means is that is is