[llvm] 7bf8190 - Fix typo in comment
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 19 19:15:40 PST 2025
Author: Lang Hames
Date: 2025-01-20T13:59:30+11:00
New Revision: 7bf8190a36e73456d1b79ee6621c0fe10a67baba
URL: https://github.com/llvm/llvm-project/commit/7bf8190a36e73456d1b79ee6621c0fe10a67baba
DIFF: https://github.com/llvm/llvm-project/commit/7bf8190a36e73456d1b79ee6621c0fe10a67baba.diff
LOG: Fix typo in comment
Added:
Modified:
llvm/lib/ExecutionEngine/Orc/LinkGraphLinkingLayer.cpp
Removed:
################################################################################
diff --git a/llvm/lib/ExecutionEngine/Orc/LinkGraphLinkingLayer.cpp b/llvm/lib/ExecutionEngine/Orc/LinkGraphLinkingLayer.cpp
index fc5a11b338af16..7bb55639af40da 100644
--- a/llvm/lib/ExecutionEngine/Orc/LinkGraphLinkingLayer.cpp
+++ b/llvm/lib/ExecutionEngine/Orc/LinkGraphLinkingLayer.cpp
@@ -1,4 +1,4 @@
-//===----- LinkGraphLinkingLayer.cpp - JITLink backed ORC ObjectLayer -----===//
+//===------ LinkGraphLinkingLayer.cpp - Link LinkGraphs with JITLink ------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the llvm-commits
mailing list