Skip to content

Commit 7ca85a0

Browse files
manu0401neomilium
authored andcommitted
Fix typos
1 parent 85100c0 commit 7ca85a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libnfc/drivers/pn53x_usb.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ pn53x_usb_scan(const nfc_context *context, nfc_connstring connstrings[], const s
306306
(pn53x_usb_supported_devices[n].product_id == dev->descriptor.idProduct)) {
307307
// Make sure there are 2 endpoints available
308308
// libusb-win32 may return a NULL dev->config,
309-
// or the descriptoes may be corrupted, hence
309+
// or the descriptors may be corrupted, hence
310310
// let us assume we will use hardcoded defaults
311-
// from n53x_usb_supported_devices if available.
311+
// from pn53x_usb_supported_devices if available.
312312
// otherwise get data from the descriptors.
313313
if (pn53x_usb_supported_devices[n].uiMaxPacketSize == 0) {
314314
if (dev->config->interface == NULL || dev->config->interface->altsetting == NULL) {

0 commit comments

Comments
 (0)