Typo fixes in comments and variable names.
This commit is contained in:
parent
c3c20931a9
commit
cc85c3c340
39 changed files with 76 additions and 76 deletions
|
@ -162,7 +162,7 @@ grub_raid_read (grub_disk_t disk, grub_disk_addr_t sector,
|
|||
read_size = size;
|
||||
|
||||
/* Check whether the sector was aligned on a chunk size
|
||||
bounday. If this isn't the case, it's the first read
|
||||
boundary. If this isn't the case, it's the first read
|
||||
and the next read should be set back to start of the
|
||||
boundary. */
|
||||
grub_divmod64 (read_sector, array->chunk_size, &i);
|
||||
|
@ -282,7 +282,7 @@ grub_raid_read (grub_disk_t disk, grub_disk_addr_t sector,
|
|||
read_size = size;
|
||||
|
||||
/* Check whether the sector was aligned on a chunk size
|
||||
bounday. If this isn't the case, it's the first read
|
||||
boundary. If this isn't the case, it's the first read
|
||||
and the next read should be set back to start of the
|
||||
boundary. */
|
||||
grub_divmod64 (read_sector, array->chunk_size, &i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue