diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index eaed402d8af..83251e5102d 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -2422,7 +2422,7 @@ units concurrently on independent server threads. Fortunately,
Conceptually, LLVMContext provides isolation. Every LLVM entity (Modules, Values, Types, Constants, etc.) -in LLVM's in-memory IR belongs to an LLVMContext. Entities in +in LLVM's in-memory IR belong to an LLVMContext. Entities in different contexts cannot interact with each other: Modules in different contexts cannot be linked together, Functions cannot be added to Modules in different contexts, etc. What this means is that is is