Skip to content

Commit 7d25616

Browse files
Update lldb/include/lldb/Core/Value.h
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent c6a1cd5 commit 7d25616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/include/lldb/Core/Value.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class Value {
158158
/// - Load Address: `m_value` contains the load address.
159159
/// - File Address: `m_value` contains the file address.
160160
/// - Host Address: `m_value` contains a pointer to the start of the buffer in
161-
/// host memory.
161+
/// host memory.
162162
/// Currently, this can point to either:
163163
/// - The `m_data_buffer` of this Value instance (e.g., in DWARF
164164
/// computations).

0 commit comments

Comments
 (0)