OSDN Git Service

Fix an obvious typo in Makefile.
authorElliott Hughes <enh@google.com>
Sat, 28 Mar 2015 18:13:42 +0000 (13:13 -0500)
committerElliott Hughes <enh@google.com>
Sat, 28 Mar 2015 18:13:42 +0000 (13:13 -0500)
Makefile

index d2919e7..1ea6929 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ tests:
 help::
        @echo  '  toybox          - Build toybox.'
        @echo  '  change          - Build each command standalone under change/.'
-       @echo  '  baseline        - Create busybox_old for use by bloatcheck.'
+       @echo  '  baseline        - Create toybox_old for use by bloatcheck.'
        @echo  '  bloatcheck      - Report size differences between old and current versions'
        @echo  '  test            - Run test suite against compiled commands.'
        @echo  '  clean           - Delete temporary files.'