From: dn337t@gmail.com Date: Fri, 18 May 2012 08:59:22 +0000 (+0000) Subject: typofixes in ISO15693 getUID head comment X-Git-Tag: v1.0.0~221 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/e4da8ed0bbcd6352a3aba257b084849443882e59 typofixes in ISO15693 getUID head comment --- diff --git a/client/cmdhf15.c b/client/cmdhf15.c index 2caab5cd..41d88ff5 100644 --- a/client/cmdhf15.c +++ b/client/cmdhf15.c @@ -84,8 +84,8 @@ const productName uidmapping[] = { }; -// fast method to just read the UID of an tag (collission detection not supported) -// *buf shouls be large enough to fit the 64bit uid +// fast method to just read the UID of a tag (collission detection not supported) +// *buf should be large enough to fit the 64bit uid // returns 1 if suceeded int getUID(uint8_t *buf) {