diff --git a/notes/Copy-and-Patch Compilation.md b/notes/Copy-and-Patch Compilation.md index a5f10b6..4ca12d5 100644 --- a/notes/Copy-and-Patch Compilation.md +++ b/notes/Copy-and-Patch Compilation.md @@ -20,7 +20,7 @@ At a broad level, copy and patch code compilation works by having a pre-built li First, prior to compilation, MetaVar generates a stencil library. -That stencil library is used as input for a +That stencil library is used as input for a copy and patch code generator. The code ## MetaVar MetaVar generates binary stencils, which allows the user to systematically generate the binary stencil variants in clean and pure C++, and leverages the Clang + LLVM compiler infrastructure to hide all platform-specific low-level detail.