aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/ld.c
diff options
context:
space:
mode:
authorNick Barnes2001-12-17 15:18:17 +0000
committerNick Barnes2001-12-17 15:18:17 +0000
commitdb4b3a6fa51ea452f62ed64612da5466d7bc292e (patch)
tree4401c0c97d4df2e1c48ad06f263c27199e92d5dc /mps/code/ld.c
parentc864931fe4271b6592ca4a76ce856938d263c74a (diff)
downloademacs-db4b3a6fa51ea452f62ed64612da5466d7bc292e.tar.gz
emacs-db4b3a6fa51ea452f62ed64612da5466d7bc292e.zip
Remove trailing whitespace.
Copied from Perforce Change: 25309 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/ld.c')
-rw-r--r--mps/code/ld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/ld.c b/mps/code/ld.c
index af2cc966879..fcc0a052386 100644
--- a/mps/code/ld.c
+++ b/mps/code/ld.c
@@ -152,7 +152,7 @@ Bool LDIsStale(LD ld, Arena arena, Addr addr)
152 * 152 *
153 * This stores the fact that a set of references has changed in 153 * This stores the fact that a set of references has changed in
154 * the history in the arena structure, and increments the epoch. 154 * the history in the arena structure, and increments the epoch.
155 * 155 *
156 * This is only called during a 'flip', because it must be atomic 156 * This is only called during a 'flip', because it must be atomic
157 * w.r.t. the mutator (and therefore w.r.t. LdIsStale). This is 157 * w.r.t. the mutator (and therefore w.r.t. LdIsStale). This is
158 * because it updates the notion of the 'current' and 'oldest' history 158 * because it updates the notion of the 'current' and 'oldest' history