diff --git a/llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp b/llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp --- a/llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp +++ b/llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // // This small program provides an example of how to quickly build a small -// module with a 'add1' function and use of IRBuilder to create add & return +// module with a 'add1' function and use of IRBuilder to create add & return // instructions. // // Goal: