aboutsummaryrefslogtreecommitdiffstats
path: root/etc/DEBUG
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-03-30 09:55:24 +0000
committerEli Zaretskii <[email protected]>2001-03-30 09:55:24 +0000
commit62578de5c99dbf41da4b142ee22af65b20b55030 (patch)
treef06bc750d62ea62cfcb8780acb044d39365b4ab0 /etc/DEBUG
parent9d5d10759e3975b2e38b8be9db96bdf58d79c60a (diff)
Fix the wording in the last change.
Diffstat (limited to 'etc/DEBUG')
-rw-r--r--etc/DEBUG4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 9f0e8adaab..52ba15c903 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -412,8 +412,8 @@ on the respective headers to remove the `:N' bitfield definitions
The array `last_marked' (defined on alloc.c) can be used to display up
to 500 last objects marked by the garbage collection process.
-Whenever a Lisp object is marked by the garbage collector, it records
-the pointer to that object in the `last_marked' array. The variable
+Whenever the garbage collector marks a Lisp object, it records the
+pointer to that object in the `last_marked' array. The variable
`last_marked_index' holds the index into the `last_marked' array one
place beyond where the pointer to the very last marked object is
stored.