summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2014-08-11 18:06:28 +0000
committerSylvestre Ledru <sylvestre@debian.org>2014-08-11 18:06:28 +0000
commitf6102892efaeb41d2b8029d44517c9e0990567ec (patch)
treec89b61d06ae31c9517bf6984b07fa1223ea1bb9a /lldb/source/Commands/CommandObjectFrame.cpp
parent469de19a09313bb4705b8faf6dfda2e59eccdd26 (diff)
downloadbcm5719-llvm-f6102892efaeb41d2b8029d44517c9e0990567ec.tar.gz
bcm5719-llvm-f6102892efaeb41d2b8029d44517c9e0990567ec.zip
Fix some typos:
* transfered => transferred * unkown => unknown * sucessfully => successfully llvm-svn: 215367
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectFrame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp
index 45ff2c96719..ce540a5c310 100644
--- a/lldb/source/Commands/CommandObjectFrame.cpp
+++ b/lldb/source/Commands/CommandObjectFrame.cpp
@@ -471,7 +471,7 @@ protected:
if (regex.GetErrorAsCString(regex_error, sizeof(regex_error)))
result.GetErrorStream().Printf ("error: %s\n", regex_error);
else
- result.GetErrorStream().Printf ("error: unkown regex error when compiling '%s'\n", name_cstr);
+ result.GetErrorStream().Printf ("error: unknown regex error when compiling '%s'\n", name_cstr);
}
}
else // No regex, either exact variable names or variable expressions.
OpenPOWER on IntegriCloud