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/lib/usbhost/src/usb_transfer_batch.c

    rb3c39690 rdb51a6a6  
    118118
    119119        if (batch->on_complete) {
    120                 const int err = batch->on_complete(batch->on_complete_data, batch->error, batch->transfered_size);
     120                const int err = batch->on_complete(batch->on_complete_data, batch->error, batch->transferred_size);
    121121                if (err)
    122122                        usb_log_warning("batch %p failed to complete: %s",
Note: See TracChangeset for help on using the changeset viewer.