]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix a comment. Do not enumerate segment kinds as all segments
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 22 May 2015 15:14:04 +0000 (15:14 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 22 May 2015 15:14:04 +0000 (15:14 +0000)
have an extent ... including SkShmC segments.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15278

include/pub_tool_aspacemgr.h

index 75d9f9f321175ca3af6116fb8ef3043f0f4b791b..1de80c90cfcde1efede46cbcead8f452151233d1 100644 (file)
@@ -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) */