diff options
author | Alexander Shaposhnikov <shal1t712@gmail.com> | 2016-11-26 05:23:44 +0000 |
---|---|---|
committer | Alexander Shaposhnikov <shal1t712@gmail.com> | 2016-11-26 05:23:44 +0000 |
commit | 696bd63550b3c5651dbcafbf504d859d40178dcf (patch) | |
tree | c30a845f83a721416ed8de83516642ed47f66b94 /lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp | |
parent | 0dcbcaa98b3e882dd38116fbff18f70b27819c9f (diff) | |
download | bcm5719-llvm-696bd63550b3c5651dbcafbf504d859d40178dcf.tar.gz bcm5719-llvm-696bd63550b3c5651dbcafbf504d859d40178dcf.zip |
[lldb] Fix typos in file headers
This diff fixes typos in file headers (incorrect file names).
Test plan:
Under llvm/tools/lldb/source:
find ./* -type f | grep -e '\(cpp\|h\)$' | while read F; do B=$(basename $F); echo $F head -n 1 $F | grep -v $B | wc -l ; done
Differential revision: https://reviews.llvm.org/D27115
llvm-svn: 287966
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp b/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp index faaff8bf2b7..be1462aa660 100644 --- a/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp +++ b/lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp @@ -1,5 +1,4 @@ -//===-- DebuggerThread.DebuggerThread --------------------------------------*- -// C++ -*-===// +//===-- DebuggerThread.cpp --------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |