Changeset db51a6a6 in mainline for uspace/drv/bus/usb/uhci/hc.c


Ignore:
Timestamp:
2018-01-22T12:20:14Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
998773d
Parents:
b3c39690
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-22 12:18:02)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-22 12:20:14)
Message:

typo: transferred is spelled with two r

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hc.c

    rb3c39690 rdb51a6a6  
    362362                async_usleep(2000);
    363363                batch->base.error = EINTR;
    364                 batch->base.transfered_size = 0;
     364                batch->base.transferred_size = 0;
    365365                usb_transfer_batch_finish(&batch->base);
    366366        }
Note: See TracChangeset for help on using the changeset viewer.