From 710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Sat, 8 Jan 2011 20:28:42 +0000 Subject: Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. Thanks Bruce! llvm-svn: 123083 --- lldb/source/Core/ValueObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Core/ValueObject.cpp') 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 child_indexes; -- cgit v1.2.3