summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source
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/tools/debugserver/source
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/tools/debugserver/source')
-rw-r--r--lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h2
-rw-r--r--lldb/tools/debugserver/source/MacOSX/Genealogy.cpp2
-rw-r--r--lldb/tools/debugserver/source/MacOSX/Genealogy.h2
-rw-r--r--lldb/tools/debugserver/source/MacOSX/GenealogySPI.h2
-rw-r--r--lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp2
-rw-r--r--lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h
index 902cb000f01..99721f69a2d 100644
--- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h
+++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h
@@ -1,4 +1,4 @@
-//===-- ActivityStreamAPI.h -------------------------------------*- C++ -*-===//
+//===-- ActivityStreamSPI.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/tools/debugserver/source/MacOSX/Genealogy.cpp b/lldb/tools/debugserver/source/MacOSX/Genealogy.cpp
index 4b664be5488..72d923309a6 100644
--- a/lldb/tools/debugserver/source/MacOSX/Genealogy.cpp
+++ b/lldb/tools/debugserver/source/MacOSX/Genealogy.cpp
@@ -1,4 +1,4 @@
-///===-- Activity.cpp ---------------------------------------*- C++ -*-===//
+//===-- Genealogy.cpp -------------------------------------------*- 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/tools/debugserver/source/MacOSX/Genealogy.h b/lldb/tools/debugserver/source/MacOSX/Genealogy.h
index d01df9e6fd8..969405a18af 100644
--- a/lldb/tools/debugserver/source/MacOSX/Genealogy.h
+++ b/lldb/tools/debugserver/source/MacOSX/Genealogy.h
@@ -1,4 +1,4 @@
-//===-- Activity.h -----------------------------------------------*- C++
+//===-- Genealogy.h ---------------------------------------------*- C++ -*-===//
//-*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
diff --git a/lldb/tools/debugserver/source/MacOSX/GenealogySPI.h b/lldb/tools/debugserver/source/MacOSX/GenealogySPI.h
index 04a67ef074d..0aea512b369 100644
--- a/lldb/tools/debugserver/source/MacOSX/GenealogySPI.h
+++ b/lldb/tools/debugserver/source/MacOSX/GenealogySPI.h
@@ -1,4 +1,4 @@
-//===-- ActivitySPI.h -------------------------------------------*- C++ -*-===//
+//===-- GenealogySPI.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/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp b/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
index 911cbe6b4b3..ca4b46ac65c 100644
--- a/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
+++ b/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
@@ -1,4 +1,4 @@
-//===-- DNBArchMachARM64.cpp ------------------------------------*- C++ -*-===//
+//===-- DNBArchImplARM64.cpp ------------------------------------*- 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/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h b/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h
index c6e4af683e0..dc44cd2d086 100644
--- a/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h
+++ b/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h
@@ -1,4 +1,4 @@
-//===-- DNBArchMachARM64.h --------------------------------------*- C++ -*-===//
+//===-- DNBArchImplARM64.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