Skip to content

Commit f0895aa

Browse files
committed
Rephrase the comment for GetRangeFromAddrValue
1 parent e027444 commit f0895aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/python_api/find_in_memory/address_ranges_helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def GetStackRanges(test_base, shrink=False):
2727

2828

2929
def GetRangeFromAddrValue(test_base, addr, shrink=False):
30-
"""Return the address range containing 'addr'.
31-
If 'shrink' is True, the size of the region will not exceed 2K.
30+
"""Returns a memory region containing 'addr'.
31+
If 'shrink' is True, the address range will be reduced to not exceed 2K.
3232
"""
3333
region = lldb.SBMemoryRegionInfo()
3434
test_base.assertTrue(

0 commit comments

Comments
 (0)