aboutsummaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/doFS.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/doFS.sh b/release/scripts/doFS.sh
index 28d2dac776ef..b499e1da5a12 100644
--- a/release/scripts/doFS.sh
+++ b/release/scripts/doFS.sh
@@ -20,7 +20,7 @@ FSLABEL=$1 ; shift
#
# We don't have any bootblocks on ia64. Note that -B implies -r,
# so we have to specifically specify -r when we don't have -B.
-# disklabel fails otherwise.
+# bsdlabel fails otherwise.
#
if [ -f "${RD}/trees/base/boot/boot" ]; then
BOOT="-B -b ${RD}/trees/base/boot/boot"