]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update a few comments.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 16 Feb 2015 22:29:03 +0000 (22:29 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 16 Feb 2015 22:29:03 +0000 (22:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14935

include/pub_tool_aspacemgr.h

index 29618f80eda77f799109da1526a72199ba43bff7..e48652659eadab5794e52151f3fd1831a71c9d11 100644 (file)
@@ -71,7 +71,6 @@ typedef
 
      kind == SkFile{C,V}:
         // smode==SmFixed
-        moveLo == moveHi == NotMovable, maxlen == 0
         // there is an associated file
         // segment may have permissions
 
@@ -86,9 +85,9 @@ typedef
         // there's no associated file:
         dev==ino==foff = 0, fnidx == -1
         // segment has no permissions
-        hasR==hasW==hasX==anyTranslated == False
+        hasR==hasW==hasX == False
 
-     Also: anyTranslated==True is only allowed in SkFileV and SkAnonV
+     Also: hasT==True is only allowed in SkFileC and SkAnonC
            (viz, not allowed to make translations from non-client areas)
 */
 typedef