summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2014-03-01 04:49:55 +0000
committerbrooks <brooks@FreeBSD.org>2014-03-01 04:49:55 +0000
commit404898ccc4c675952521cd12b1fd27efe0f07cf7 (patch)
tree860225be4497e05614d5442d57156886893ff9b9 /tools
parent07e47bf403136621115b5ae14ae5f2914904d5ef (diff)
downloadFreeBSD-src-404898ccc4c675952521cd12b1fd27efe0f07cf7.zip
FreeBSD-src-404898ccc4c675952521cd12b1fd27efe0f07cf7.tar.gz
MFC r261302:
The -B flag is intended to take an argument. Fix a couple typos in comments. Sponsored by: DARPA, AFRL
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tools/makeroot/makeroot.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/makeroot/makeroot.sh b/tools/tools/makeroot/makeroot.sh
index 3db4e7f..75b8259 100755
--- a/tools/tools/makeroot/makeroot.sh
+++ b/tools/tools/makeroot/makeroot.sh
@@ -65,7 +65,7 @@ atexit()
}
DEBUG=
-# Allow duplice manifest entries when not file list is given because the
+# Allow duplicate manifest entries when not file list is given because the
# FreeBSD METALOG still includes it.
DUPFLAG=-D
EXTRAS=
@@ -75,7 +75,7 @@ KEYDIR=
KEYUSERS=
PASSWD=
-while getopts "Bde:f:g:K:k:p:s:" opt; do
+while getopts "B:de:f:g:K:k:p:s:" opt; do
case "$opt" in
B) BFLAG="-B ${OPTARG}" ;;
d) DEBUG=1 ;;
@@ -174,7 +174,7 @@ else
/ type=/ { if ($1 != file) {print} }' >> ${manifest}
fi
-# For each extras file, add contents kyes relative to the directory the
+# For each extras file, add contents keys relative to the directory the
# manifest lives in for each file line that does not have one. Adjust
# contents keys relative to ./ to be relative to the same directory.
for eman in ${EXTRAS}; do
OpenPOWER on IntegriCloud