From: Florian Krohm Date: Fri, 22 May 2015 15:14:04 +0000 (+0000) Subject: Fix a comment. Do not enumerate segment kinds as all segments X-Git-Tag: svn/VALGRIND_3_11_0~353 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b804dd161f1dcdabb93ece35d9a021c6521b5d4c;p=thirdparty%2Fvalgrind.git 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 --- 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) */