summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.direct2
-rw-r--r--Makefile.dj2
-rw-r--r--Makefile.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.direct b/Makefile.direct
index 1ea687fb..3e54569c 100644
--- a/Makefile.direct
+++ b/Makefile.direct
@@ -216,7 +216,7 @@ HOSTCFLAGS=$(CFLAGS)
# 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,
# or by redirecting malloc to GC_debug_malloc_replacement.
# (Also eliminates the field for the requested object size.)
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
diff --git a/Makefile.in b/Makefile.in
index 05bbf0c8..1d4d29b2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -219,7 +219,7 @@ HOSTCFLAGS=$(BASEFLAGS)
# 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,
# or by redirecting malloc to GC_debug_malloc_replacement.
# (Also eliminates the field for the requested object size.)