summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile
diff options
context:
space:
mode:
authorAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-08-27 14:56:58 +0000
committerAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-08-27 14:56:58 +0000
commit03520b7fc7c3d62a13d983266b2d0cdf30021693 (patch)
treed5a379b87d86d8ecf9e5cfe61407cf3bf18499d6 /lldb/source/Plugins/ObjectFile
parent64feb39b1be8d26e914daef6d3c31f195c43465a (diff)
downloadbcm5719-llvm-03520b7fc7c3d62a13d983266b2d0cdf30021693.tar.gz
bcm5719-llvm-03520b7fc7c3d62a13d983266b2d0cdf30021693.zip
Fixed a few typos.
llvm-svn: 189355
Diffstat (limited to 'lldb/source/Plugins/ObjectFile')
-rw-r--r--lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
index c472338389a..2ef69469286 100644
--- a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
+++ b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
@@ -2249,7 +2249,7 @@ ObjectFileMachO::ParseSymtab ()
if (double_slash_pos != std::string::npos)
{
// The linker has been generating bad N_SO entries with doubled up paths
- // in the format "%s%s" where the first stirng in the DW_AT_comp_dir,
+ // in the format "%s%s" where the first string in the DW_AT_comp_dir,
// and the second is the directory for the source file so you end up with
// a path that looks like "/tmp/src//tmp/src/"
FileSpec so_dir(so_path, false);
@@ -2989,7 +2989,7 @@ ObjectFileMachO::ParseSymtab ()
if (double_slash_pos != std::string::npos)
{
// The linker has been generating bad N_SO entries with doubled up paths
- // in the format "%s%s" where the first stirng in the DW_AT_comp_dir,
+ // in the format "%s%s" where the first string in the DW_AT_comp_dir,
// and the second is the directory for the source file so you end up with
// a path that looks like "/tmp/src//tmp/src/"
FileSpec so_dir(so_path, false);
OpenPOWER on IntegriCloud