summaryrefslogtreecommitdiff
path: root/libc/malloc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/malloc/Makefile')
-rw-r--r--libc/malloc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc/Makefile b/libc/malloc/Makefile
index 9ca8edf67..cdf55c85d 100644
--- a/libc/malloc/Makefile
+++ b/libc/malloc/Makefile
@@ -86,7 +86,7 @@ install-bin-script += memusage
generated += memusagestat memusage
extra-objs += memusagestat.o
-# The configure.in check for libgd and its headers did not use $SYSINCLUDES.
+# The configure.ac check for libgd and its headers did not use $SYSINCLUDES.
# The directory specified by --with-headers usually contains only the basic
# kernel interface headers, not something like libgd. So the simplest thing
# is to presume that the standard system headers will be ok for this file.