summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/SectionLoadList.cpp
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2014-07-08 18:05:41 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2014-07-08 18:05:41 +0000
commitaaa0ba31a996b189b8985e5d05559c254c05d3f8 (patch)
tree6ea608bed1677877a10c908ff1806db2b3d5fc5f /lldb/source/Target/SectionLoadList.cpp
parentc3aba6aafa2c85ef01001fc223b2f988d5e76bfe (diff)
downloadbcm5719-llvm-aaa0ba31a996b189b8985e5d05559c254c05d3f8.tar.gz
bcm5719-llvm-aaa0ba31a996b189b8985e5d05559c254c05d3f8.zip
Fix typos.
llvm-svn: 212553
Diffstat (limited to 'lldb/source/Target/SectionLoadList.cpp')
-rw-r--r--lldb/source/Target/SectionLoadList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/SectionLoadList.cpp b/lldb/source/Target/SectionLoadList.cpp
index 1975a868df0..da3aea5034d 100644
--- a/lldb/source/Target/SectionLoadList.cpp
+++ b/lldb/source/Target/SectionLoadList.cpp
@@ -116,7 +116,7 @@ SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP &section, addr_t l
{
// Some sections are ok to overlap, and for others we should warn. When
// we have multiple load addresses that correspond to a section, we will
- // allways attribute the section to the be last section that claims it
+ // always attribute the section to the be last section that claims it
// exists at that address. Sometimes it is ok for more that one section
// to be loaded at a specific load address, and other times it isn't.
// The "warn_multiple" parameter tells us if we should warn in this case
OpenPOWER on IntegriCloud