From b804dd161f1dcdabb93ece35d9a021c6521b5d4c Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Fri, 22 May 2015 15:14:04 +0000 Subject: [PATCH] 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 --- include/pub_tool_aspacemgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pub_tool_aspacemgr.h b/include/pub_tool_aspacemgr.h index 75d9f9f321..1de80c90cf 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) */ -- 2.47.3