Fix typos in ChangeLog and comments
This commit is contained in:
parent
d4e2dad356
commit
fe9870876d
5 changed files with 16 additions and 16 deletions
|
@ -193,7 +193,7 @@ partmap_module=`$grub_probe --target=partmap --device-map=${device_map} ${grubdi
|
|||
# Device abstraction module, if any (lvm, raid).
|
||||
devabstraction_module=`$grub_probe --target=abstraction --device-map=${device_map} ${grubdir}`
|
||||
|
||||
# The order in this list is critical. Be careful when modifiing it.
|
||||
# The order in this list is critical. Be careful when modifying it.
|
||||
modules="$modules $fs_module $partmap_module $devabstraction_module"
|
||||
|
||||
$grub_mkimage --output=${grubdir}/grub.efi $modules || exit 1
|
||||
|
|
|
@ -237,7 +237,7 @@ else
|
|||
prefix_drive=`$grub_probe --target=drive --device ${grub_device}`
|
||||
fi
|
||||
|
||||
# The order in this list is critical. Be careful when modifiing it.
|
||||
# The order in this list is critical. Be careful when modifying it.
|
||||
modules="$modules $fs_module $partmap_module biosdisk $devabstraction_module"
|
||||
|
||||
$grub_mkimage --output=${grubdir}/core.img \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue