summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows
diff options
context:
space:
mode:
authorHafiz Abid Qadeer <hafiz_abid@mentor.com>2016-11-29 09:31:57 +0000
committerHafiz Abid Qadeer <hafiz_abid@mentor.com>2016-11-29 09:31:57 +0000
commit65abfb110262caccf20302f52283fbde0f94bb20 (patch)
treec15cefb88ecf44e8f04fbae3498ea791fca6f2c5 /lldb/source/Plugins/Process/Windows
parentb514504eea6c939997329ce20ff1b1808844b387 (diff)
downloadbcm5719-llvm-65abfb110262caccf20302f52283fbde0f94bb20.tar.gz
bcm5719-llvm-65abfb110262caccf20302f52283fbde0f94bb20.zip
Fix a typo.
llvm-svn: 288118
Diffstat (limited to 'lldb/source/Plugins/Process/Windows')
-rw-r--r--lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp b/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
index 60b3987d9cf..8f2603c3365 100644
--- a/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
+++ b/lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
@@ -22,7 +22,7 @@
#include "UnwindLLDB.h"
#if defined(_WIN64)
-#include "x86/RegisterContextWindows_x64.h"
+#include "x64/RegisterContextWindows_x64.h"
#else
#include "x86/RegisterContextWindows_x86.h"
#endif
OpenPOWER on IntegriCloud