summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Symbol
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-05-13 04:42:32 +0000
committerFangrui Song <maskray@google.com>2019-05-13 04:42:32 +0000
commitb0e54cbcdf6a5d965e08f50ce2b300fb1410523f (patch)
treecc4d3d6fb2d79281742d3437a2335b8ea51e9768 /lldb/include/lldb/Symbol
parentf9180b5abe405d740428d8109f2c0c4a75ee676b (diff)
downloadbcm5719-llvm-b0e54cbcdf6a5d965e08f50ce2b300fb1410523f.tar.gz
bcm5719-llvm-b0e54cbcdf6a5d965e08f50ce2b300fb1410523f.zip
Fix file names in file headers. NFC
llvm-svn: 360554
Diffstat (limited to 'lldb/include/lldb/Symbol')
-rw-r--r--lldb/include/lldb/Symbol/LocateSymbolFile.h2
-rw-r--r--lldb/include/lldb/Symbol/UnwindTable.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/Symbol/LocateSymbolFile.h b/lldb/include/lldb/Symbol/LocateSymbolFile.h
index 0e0e9a25678..0ff834df9c4 100644
--- a/lldb/include/lldb/Symbol/LocateSymbolFile.h
+++ b/lldb/include/lldb/Symbol/LocateSymbolFile.h
@@ -1,4 +1,4 @@
-//===-- Symbols.h -----------------------------------------------*- C++ -*-===//
+//===-- LocateSymbolFile.h --------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/lldb/include/lldb/Symbol/UnwindTable.h b/lldb/include/lldb/Symbol/UnwindTable.h
index 60708f5121a..b4d7f0661d5 100644
--- a/lldb/include/lldb/Symbol/UnwindTable.h
+++ b/lldb/include/lldb/Symbol/UnwindTable.h
@@ -1,4 +1,4 @@
-//===-- Symtab.h ------------------------------------------------*- C++ -*-===//
+//===-- UnwindTable.h -------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
OpenPOWER on IntegriCloud