diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-20 00:29:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-20 00:29:24 +0000 |
commit | 2689c3be010b82cac28953687617908d992537b2 (patch) | |
tree | 88ed131058904f858ecb4b6525fc1b6cf1b736eb /llvm/docs/ProgrammersManual.html | |
parent | eeb0e57247806a1ab51d6598d95f51e1f565b1fd (diff) | |
download | bcm5719-llvm-2689c3be010b82cac28953687617908d992537b2.tar.gz bcm5719-llvm-2689c3be010b82cac28953687617908d992537b2.zip |
minor grammar tweak
llvm-svn: 79498
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index eaed402d8af..83251e5102d 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -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 |