Fix typos in ChangeLog and comments

This commit is contained in:
proski 2008-07-13 18:13:36 +00:00
parent d4e2dad356
commit fe9870876d
5 changed files with 16 additions and 16 deletions

View file

@ -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

View file

@ -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 \

View file

@ -120,7 +120,7 @@ prepare_grub_to_access_device ()
echo "insmod ${abstraction}"
fi
# If there's a filesystem UUID that GRUB is capable of identifiing, use it;
# If there's a filesystem UUID that GRUB is capable of identifying, use it;
# otherwise set root as per value in device.map.
echo "set root=`${grub_probe} --device ${device} --target=drive`"
if fs_uuid="`${grub_probe} --device ${device} --target=fs_uuid 2> /dev/null`" ; then