From 7f6f4f0a01c8a0c3f3bf06acd348bf505b9772df Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Mon, 16 Feb 2015 22:29:03 +0000 Subject: [PATCH] Update a few comments. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14935 --- include/pub_tool_aspacemgr.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/pub_tool_aspacemgr.h b/include/pub_tool_aspacemgr.h index 29618f80ed..e48652659e 100644 --- a/include/pub_tool_aspacemgr.h +++ b/include/pub_tool_aspacemgr.h @@ -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 -- 2.47.3