commit | 696bd63550b3c5651dbcafbf504d859d40178dcf | [log] [tgz] |
---|---|---|
author | Alexander Shaposhnikov <shal1t712@gmail.com> | Sat Nov 26 05:23:44 2016 +0000 |
committer | Alexander Shaposhnikov <shal1t712@gmail.com> | Sat Nov 26 05:23:44 2016 +0000 |
tree | c30a845f83a721416ed8de83516642ed47f66b94 | |
parent | 0dcbcaa98b3e882dd38116fbff18f70b27819c9f [diff] [blame] |
[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
diff --git a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h index 9fd1026..b2caea4 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 //