ahci, ehci: Fix typos

This commit is contained in:
Colin Watson 2016-01-16 20:37:15 +00:00
parent f826d914e2
commit 95440b41d3
2 changed files with 4 additions and 4 deletions

View file

@ -1121,7 +1121,7 @@ grub_ehci_free_tds (struct grub_ehci *e, grub_ehci_td_t td,
token = grub_le_to_cpu32 (td->token);
to_transfer = (token & GRUB_EHCI_TOTAL_MASK) >> GRUB_EHCI_TOTAL_OFF;
/* Check state of TD - if it did not transfered
/* Check state of TD - if it did not transfer
* whole data then set last_trans - it should be last executed TD
* in case when something went wrong. */
if (transfer && (td->size != to_transfer))