Skip to content

Commit

Permalink
Fix a comment for ValueObject::GetValueDidChange after r231526
Browse files Browse the repository at this point in the history
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
  • Loading branch information
k15tfu committed Mar 10, 2015
1 parent 9bf6b75 commit a3cea50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lldb/include/lldb/API/SBValue.h
Expand Up @@ -84,7 +84,7 @@ friend class ValueLocker;
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 ();

Expand Down
2 changes: 1 addition & 1 deletion lldb/include/lldb/Core/ValueObject.h
Expand Up @@ -649,7 +649,7 @@ class ValueObject : public UserID
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 ();

Expand Down

0 comments on commit a3cea50

Please sign in to comment.