diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-06-27 10:31:29 +0300 |
---|---|---|
committer | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-06-27 10:31:29 +0300 |
commit | 4168ee3a503f716076ae1c182952c44289fdc5a0 (patch) | |
tree | e2a59f7cc66bbe5ddb1729fa2ed8bc6aaf3a9fd0 /rts/Capability.h | |
parent | 3d002087dce9c61932dd17047902baa83581f4df (diff) | |
download | haskell-4168ee3a503f716076ae1c182952c44289fdc5a0.tar.gz |
rts: Update some comments, minor refactoring
Diffstat (limited to 'rts/Capability.h')
-rw-r--r-- | rts/Capability.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Capability.h b/rts/Capability.h index e4df0b881f..250ec2219c 100644 --- a/rts/Capability.h +++ b/rts/Capability.h @@ -109,7 +109,7 @@ struct Capability_ { int interrupt; // Total words allocated by this cap since rts start - // See [Note allocation accounting] in Storage.c + // See Note [allocation accounting] in Storage.c W_ total_allocated; #if defined(THREADED_RTS) |