summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_common.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-18 21:00:04 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-19 10:53:54 +0100
commit9b3c6147c02c7dd2ac7c9def5aeebe5c0176d625 (patch)
tree9b46e169183f6bfde7ba502bf7d0cbd505db00c6 /scripts/lib/ptxd_make_world_common.sh
parent54bfcfb1f4d6362e78404484a4f204f72e88dd00 (diff)
downloadptxdist-9b3c6147c02c7dd2ac7c9def5aeebe5c0176d625.tar.gz
ptxdist-9b3c6147c02c7dd2ac7c9def5aeebe5c0176d625.tar.xz
[ptxd_make_world_common] fix comments
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_common.sh')
-rw-r--r--scripts/lib/ptxd_make_world_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index 141e22a59..b0b29d95e 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -227,10 +227,10 @@ ptxd_make_world_init() {
pkg_conf_dir_abs="${pkg_conf_dir}"
#
- # prepare tool
+ # conf tool
#
if [ -z "${pkg_conf_tool}" ]; then
- # ${pkg_conf_tool} will be bogus if more than on tool finds a match
+ # ${pkg_conf_tool} will be bogus if more than one tool finds a match
# -> prepare will complain later
if [ -e "${pkg_conf_dir}/configure" ]; then
pkg_conf_tool=${pkg_conf_tool}autoconf