summaryrefslogtreecommitdiffstats
path: root/sandbox/src/target_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/src/target_process.h')
-rw-r--r--sandbox/src/target_process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/target_process.h b/sandbox/src/target_process.h
index aeb14d6..a3a8d3b 100644
--- a/sandbox/src/target_process.h
+++ b/sandbox/src/target_process.h
@@ -22,7 +22,7 @@ class ThreadProvider;
// class are owned by the Policy used to create them.
class TargetProcess {
public:
- // The constructor takes ownership of all the three handles given to it.
+ // The constructor takes ownership of |initial_token| and |lockdown_token|.
TargetProcess(HANDLE initial_token, HANDLE lockdown_token, HANDLE job,
ThreadProvider* thread_pool);
~TargetProcess();