diff options
author | Stephen Wilson <wilsons@start.ca> | 2010-07-23 21:47:22 +0000 |
---|---|---|
committer | Stephen Wilson <wilsons@start.ca> | 2010-07-23 21:47:22 +0000 |
commit | ebb84b243b21c803105e93c7fa166a3eaba08376 (patch) | |
tree | bef16b92cd5c076ce70e4425395675cab6ef1dbd /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 7038bd5c1ab3bf4aa0d787dcf641776c3fcab85d (diff) | |
download | bcm5719-llvm-ebb84b243b21c803105e93c7fa166a3eaba08376.tar.gz bcm5719-llvm-ebb84b243b21c803105e93c7fa166a3eaba08376.zip |
Fix a typo.
llvm-svn: 109271
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectExpression.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index af19641d88e..75cec780962 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -19,7 +19,7 @@ #include "lldb/Expression/ClangExpression.h" #include "lldb/Expression/ClangExpressionDeclMap.h" #include "lldb/Expression/ClangExpressionVariable.h" -#include "lldb/Expression/CLangFunction.h" +#include "lldb/Expression/ClangFunction.h" #include "lldb/Expression/DWARFExpression.h" #include "lldb/Host/Host.h" #include "lldb/Core/Debugger.h" |