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/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.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/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp')
-rw-r--r-- | lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp index 882b9720c54..ba531b2e3f2 100644 --- a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp +++ b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp @@ -1,4 +1,4 @@ -//===-- x86ABIFixups.cpp ----------------------------------------*- C++ -*-===// +//===-- RenderScriptx86ABIFixups.cpp ----------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |