diff --git a/llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp b/llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp index 11e125c9cf75..7fb019ddec2b 100644 --- a/llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp +++ b/llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp @@ -1,4 +1,4 @@ -//===--- LLJITWithLazyReexports.cpp - LLJIT example with custom laziness --===// +//===--- LLJITWithChildProcess.cpp - LLJIT targeting a child process ------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.