From 397b3cc9e5aa949fcaaff7743a76e889d29b723c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20Gr=C3=A4nitz?= Date: Fri, 14 Aug 2020 11:45:46 +0200 Subject: [PATCH] [ORC][NFC] Fix a header comment --- .../OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp b/llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp index 11e125c..7fb019d 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. -- 2.7.4