From e4da8ed0bbcd6352a3aba257b084849443882e59 Mon Sep 17 00:00:00 2001 From: "dn337t@gmail.com" Date: Fri, 18 May 2012 08:59:22 +0000 Subject: [PATCH] typofixes in ISO15693 getUID head comment --- client/cmdhf15.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.39.2