Changeset 0989bc4 in mainline


Ignore:
Timestamp:
2023-08-04T06:16:24Z (10 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
ticket/834-toolchain-update
Children:
3ddc586
Parents:
169e6e0
Message:

Fix typo in error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/ar9271/wmi.c

    r169e6e0 r0989bc4  
    231231        void *buffer = malloc(buffer_size);
    232232        if (buffer == NULL) {
    233                 usb_log_error("Failed to allocated WMI message buffer (out of memory).\n");
     233                usb_log_error("Failed to allocate WMI message buffer (out of memory).\n");
    234234                return ENOMEM;
    235235        }
Note: See TracChangeset for help on using the changeset viewer.