Fix a comment for ValueObject::GetValueDidChange after r231526

Summary:
Fix a comment for ValueObject::GetValueDidChange after r231526.

This fix was requested by @jingham.

Reviewers: jingham, ki.stfu

Reviewed By: ki.stfu

Subscribers: lldb-commits, jingham

Differential Revision: http://reviews.llvm.org/D8206

llvm-svn: 231804
This commit is contained in:
Ilia K 2015-03-10 17:24:32 +00:00
parent 9bf6b75f04
commit a3cea50016
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ public:
ValueType
GetValueType ();
// It will be only valid starting from the second time.
// If you call this on a newly created ValueObject, it will always return false.
bool
GetValueDidChange ();

View File

@ -649,7 +649,7 @@ public:
bool
GetValueIsValid () const;
// It will be only valid starting from the second time.
// If you call this on a newly created ValueObject, it will always return false.
bool
GetValueDidChange ();