Skip to content

Commit

Permalink
pn532: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald <[email protected]>
  • Loading branch information
pmeerw authored and neomilium committed Sep 3, 2013
1 parent 733080b commit 40672ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnfc/chips/pn53x.c
Original file line number Diff line number Diff line change
Expand Up @@ -3170,7 +3170,7 @@ pn53x_current_target_is(const struct nfc_device *pnd, const nfc_target *pnt)
if ((CHIP_DATA(pnd)->current_target == NULL) || (pnt == NULL)) {
return false;
}
// XXX It will not work if t is not binary-equal to current target
// XXX It will not work if it is not binary-equal to current target
if (0 != memcmp(pnt, CHIP_DATA(pnd)->current_target, sizeof(nfc_target))) {
return false;
}
Expand Down

0 comments on commit 40672ed

Please sign in to comment.