diff options
Diffstat (limited to 'include/lldb/API/SBValueList.h')
| -rw-r--r-- | include/lldb/API/SBValueList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lldb/API/SBValueList.h b/include/lldb/API/SBValueList.h index 495b0140cad0..0242dd7f71a2 100644 --- a/include/lldb/API/SBValueList.h +++ b/include/lldb/API/SBValueList.h @@ -43,8 +43,8 @@ public: const lldb::SBValueList &operator=(const lldb::SBValueList &rhs); protected: - // only useful for visualizing the pointer or comparing two SBValueLists - // to see if they are backed by the same underlying Impl. + // only useful for visualizing the pointer or comparing two SBValueLists to + // see if they are backed by the same underlying Impl. void *opaque_ptr(); private: |
