diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 7ef298e53a..a99b98bf04 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -55,7 +55,7 @@ aux := set-freeres include ../Makeconfig -# The AWK script to analyze the output of the mtrace functions. +# The Perl script to analyze the output of the mtrace functions. ifneq ($(PERL),no) install-bin = mtrace generated = mtrace |