summaryrefslogtreecommitdiff
path: root/package/pkg-utils.mk
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2014-05-31 08:55:35 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-06-01 23:58:43 +0200
commit0be303cacc41283d2da85be2e6b9d3fdd6d5caf0 (patch)
tree6cb05c4d768948657e8494b61343958325311b3e /package/pkg-utils.mk
parent65b47530229b1ebaa4e2d40ff765614bbd6423ca (diff)
replace references to Busybox with BusyBox
The correct capitalised form appears to be "BusyBox" rather than "Busybox"; fix all references to the latter form. (Most such references occur in the manual and in commentary in package makefiles.) Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/pkg-utils.mk')
-rw-r--r--package/pkg-utils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkg-utils.mk b/package/pkg-utils.mk
index c627a6485..163ef8a07 100644
--- a/package/pkg-utils.mk
+++ b/package/pkg-utils.mk
@@ -29,7 +29,7 @@ $(eval $(call caseconvert-helper,LOWERCASE,$(join $(addsuffix :,$([TO])),$([FROM
#
# Manipulation of .config files based on the Kconfig
-# infrastructure. Used by the Busybox package, the Linux kernel
+# infrastructure. Used by the BusyBox package, the Linux kernel
# package, and more.
#