[ORC][NFC] Fix a header comment
authorStefan Gränitz <stefan.graenitz@gmail.com>
Fri, 14 Aug 2020 09:45:46 +0000 (11:45 +0200)
committerStefan Gränitz <stefan.graenitz@gmail.com>
Fri, 14 Aug 2020 09:46:03 +0000 (11:46 +0200)
llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp

index 11e125c..7fb019d 100644 (file)
@@ -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.