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