summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-01-29 00:29:18 +0000
committerGreg Clayton <gclayton@apple.com>2013-01-29 00:29:18 +0000
commitc96029e1187f8349d8dc367bbf43e3e9d465677a (patch)
tree4fbe5d167a4fa122a269b354612bda03d47d9052 /lldb/source/Expression
parentbf4db4fe1194560d99d5b968d1478789a610e71f (diff)
downloadbcm5719-llvm-c96029e1187f8349d8dc367bbf43e3e9d465677a.tar.gz
bcm5719-llvm-c96029e1187f8349d8dc367bbf43e3e9d465677a.zip
Fixed a "wchar_t" typo.
llvm-svn: 173731
Diffstat (limited to 'lldb/source/Expression')
-rw-r--r--lldb/source/Expression/ExpressionSourceCode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Expression/ExpressionSourceCode.cpp b/lldb/source/Expression/ExpressionSourceCode.cpp
index 151076f09ec..ec1faf74291 100644
--- a/lldb/source/Expression/ExpressionSourceCode.cpp
+++ b/lldb/source/Expression/ExpressionSourceCode.cpp
@@ -37,8 +37,8 @@ static const char *global_defines =
"typedef unsigned __INTPTR_TYPE__ uintptr_t;\n"
"typedef __SIZE_TYPE__ size_t; \n"
"typedef __PTRDIFF_TYPE__ ptrdiff_t;\n"
-"typedef __WCHAR_TYPE__ whar_t; \n"
-"typedef unsigned short unichar; \n";
+"typedef __WCHAR_TYPE__ wchar_t;\n"
+"typedef unsigned short unichar;\n";
bool ExpressionSourceCode::GetText (std::string &text, lldb::LanguageType wrapping_language, bool const_object, bool static_method) const
OpenPOWER on IntegriCloud