[examples] Fix an incomplete comment.
authorLang Hames <lhames@gmail.com>
Fri, 1 May 2020 18:01:48 +0000 (11:01 -0700)
committerLang Hames <lhames@gmail.com>
Fri, 1 May 2020 18:06:41 +0000 (11:06 -0700)
llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp

index b75d561..5d4a27c 100644 (file)
@@ -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.