[Lldb-commits] [lldb] 3c61e4b - Copy and paste error in a file header.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 20 17:44:01 PDT 2023
Author: Jim Ingham
Date: 2023-09-20T17:43:44-07:00
New Revision: 3c61e4bf28538f5f267b073634e394dd5000af85
URL: https://github.com/llvm/llvm-project/commit/3c61e4bf28538f5f267b073634e394dd5000af85
DIFF: https://github.com/llvm/llvm-project/commit/3c61e4bf28538f5f267b073634e394dd5000af85.diff
LOG: Copy and paste error in a file header.
Added:
Modified:
lldb/source/Symbol/SymbolFileOnDemand.cpp
Removed:
################################################################################
diff --git a/lldb/source/Symbol/SymbolFileOnDemand.cpp b/lldb/source/Symbol/SymbolFileOnDemand.cpp
index d3694580194f34c..19b519c63a8a0b7 100644
--- a/lldb/source/Symbol/SymbolFileOnDemand.cpp
+++ b/lldb/source/Symbol/SymbolFileOnDemand.cpp
@@ -1,4 +1,4 @@
-//===-- SymbolFileDWARFDebugMap.cpp ---------------------------------------===//
+//===-- SymbolFileOnDemand.cpp ---------------------------------------===//
//
// 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 lldb-commits
mailing list