summaryrefslogtreecommitdiff
path: root/setup-disk.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-disk.in')
-rw-r--r--setup-disk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-disk.in b/setup-disk.in
index b7e04cd..788c0ad 100644
--- a/setup-disk.in
+++ b/setup-disk.in
@@ -1258,7 +1258,7 @@ native_disk_install() {
swap_dev=$(find_nth_non_boot_parts 1 "$swap_part_type" $@)
local index=
case "$ARCH" in
- # use the second non botable partition on ppc64le,
+ # use the second non-bootable partition on ppc64le,
# as PReP partition is the bootable partition
ppc64le) index=2;;
*) index=1;;