From 15668dbaecbb1c3bcf8dee62832a2d5331144b67 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Fri, 1 May 2020 11:01:48 -0700 Subject: [PATCH] [examples] Fix an incomplete comment. --- .../LLJITWithLazyReexports/LLJITWithLazyReexports.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp b/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp index b75d5610f9e..5d4a27c4324 100644 --- a/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp +++ b/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp @@ -10,7 +10,7 @@ // IR modules. We will do this in seven steps: // // 1. Create an LLJIT instance. -// 2. Install a transform so that we is being compiled. +// 2. Install a transform so that we can see what is being compiled. // 3. Create an indirect stubs manager and lazy call-through manager. // 4. Add two modules that will be conditionally compiled, plus a main module. // 5. Add lazy-rexports of the symbols in the conditionally compiled modules.