Skip to content

Commit 40672ed

Browse files
pmeerwneomilium
authored andcommitted
pn532: fix typo in comment
Signed-off-by: Peter Meerwald <[email protected]>
1 parent 733080b commit 40672ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libnfc/chips/pn53x.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3170,7 +3170,7 @@ pn53x_current_target_is(const struct nfc_device *pnd, const nfc_target *pnt)
31703170
if ((CHIP_DATA(pnd)->current_target == NULL) || (pnt == NULL)) {
31713171
return false;
31723172
}
3173-
// XXX It will not work if t is not binary-equal to current target
3173+
// XXX It will not work if it is not binary-equal to current target
31743174
if (0 != memcmp(pnt, CHIP_DATA(pnd)->current_target, sizeof(nfc_target))) {
31753175
return false;
31763176
}

0 commit comments

Comments
 (0)