mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-12 07:49:24 +00:00
typo
This commit is contained in:
parent
8c2c4ff2f5
commit
5870a4a06f
@ -729,7 +729,7 @@ grub_btrfs_read_logical (struct grub_btrfs_data *data,
|
|||||||
grub_disk_addr_t paddr;
|
grub_disk_addr_t paddr;
|
||||||
|
|
||||||
stripe = (struct grub_btrfs_chunk_stripe *) (chunk + 1);
|
stripe = (struct grub_btrfs_chunk_stripe *) (chunk + 1);
|
||||||
/* Right now the redundancy handlind is easy.
|
/* Right now the redundancy handling is easy.
|
||||||
With RAID5-like it will be more difficult. */
|
With RAID5-like it will be more difficult. */
|
||||||
stripe += stripen + i;
|
stripe += stripen + i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user