aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-05-22 15:14:04 +0000
committerflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-05-22 15:14:04 +0000
commite3f6a5f3fe4ab9bd5089788ee85845c8b0c593b1 (patch)
tree92da2743d9339cc0f5ed8d0f795d0984e0181523
parent0b8252d442962a8957a5a7f1703c3f967a4c0b7f (diff)
downloadvalgrind-e3f6a5f3fe4ab9bd5089788ee85845c8b0c593b1.tar.gz
Fix a comment. Do not enumerate segment kinds as all segments
have an extent ... including SkShmC segments. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15278 a5019735-40e9-0310-863c-91ae7b9d1cf9
-rw-r--r--include/pub_tool_aspacemgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pub_tool_aspacemgr.h b/include/pub_tool_aspacemgr.h
index 75d9f9f32..1de80c90c 100644
--- a/include/pub_tool_aspacemgr.h
+++ b/include/pub_tool_aspacemgr.h
@@ -94,7 +94,7 @@ typedef
typedef
struct {
SegKind kind;
- /* Extent (SkFree, SkAnon{C,V}, SkFile{C,V}, SkResvn) */
+ /* Extent */
Addr start; // lowest address in range
Addr end; // highest address in range
/* Shrinkable? (SkResvn only) */