]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
typo
authorColin Watson <cjwatson@ubuntu.com>
Fri, 4 Feb 2011 16:35:07 +0000 (16:35 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Fri, 4 Feb 2011 16:35:07 +0000 (16:35 +0000)
grub-core/fs/btrfs.c

index b7c59065c9a9762322548e339be230b6119f7e22..ac90c055ab5d3637c5deff7779a1ba7aec374f22 100644 (file)
@@ -729,7 +729,7 @@ grub_btrfs_read_logical (struct grub_btrfs_data *data,
                grub_disk_addr_t paddr;
 
                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.  */
                stripe += stripen + i;