summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-01-08 20:28:42 +0000
committerGreg Clayton <gclayton@apple.com>2011-01-08 20:28:42 +0000
commit710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4 (patch)
tree6130c80cdc395a1275d817de3d8767e45eba446d /lldb/source/Core/ValueObject.cpp
parent9dbbc49f7437113863b8ce06ee7a1235279de3bf (diff)
downloadbcm5719-llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.tar.gz
bcm5719-llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.zip
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Thanks Bruce! llvm-svn: 123083
Diffstat (limited to 'lldb/source/Core/ValueObject.cpp')
-rw-r--r--lldb/source/Core/ValueObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp
index 1307da92052..2cf4f226347 100644
--- a/lldb/source/Core/ValueObject.cpp
+++ b/lldb/source/Core/ValueObject.cpp
@@ -290,7 +290,7 @@ ValueObject::GetIndexOfChildWithName (const ConstString &name)
ValueObjectSP
ValueObject::GetChildMemberWithName (const ConstString &name, bool can_create)
{
- // when getting a child by name, it could be burried inside some base
+ // when getting a child by name, it could be buried inside some base
// classes (which really aren't part of the expression path), so we
// need a vector of indexes that can get us down to the correct child
std::vector<uint32_t> child_indexes;
OpenPOWER on IntegriCloud