summaryrefslogtreecommitdiff
path: root/Makefile.dj
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.dj')
-rw-r--r--Makefile.dj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.dj b/Makefile.dj
index 4b0c7b48..0dc8d41a 100644
--- a/Makefile.dj
+++ b/Makefile.dj
@@ -123,7 +123,7 @@ CFLAGS= -gstabs+ -O2 -I$(srcdir)/include -DATOMIC_UNCOLLECTABLE -DALL_INTERIOR_P
# the headers to minimize object size, at the expense of checking for
# writes past the end of an object. This is intended for environments
# in which most client code is written in a "safe" language, such as
-# Scheme or Java. Assumes that all client allocation is done using
+# Racket or Java. Assumes that all client allocation is done using
# the GC_debug_ functions (or through the macros that expand to these.
# (Also eliminates the field for the requested object size.)
# occasionally be useful for debugging of client code. Slows down the