[Pcsclite-cvs-commit] r4411 - /trunk/Drivers/ccid/src/ifdhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Oct 1 14:48:15 UTC 2009


Author: rousseau
Date: Thu Oct  1 14:48:14 2009
New Revision: 4411

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4411
Log:
IFDHControl(): typo in comment

Modified:
    trunk/Drivers/ccid/src/ifdhandler.c

Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=4411&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Thu Oct  1 14:48:14 2009
@@ -1261,7 +1261,7 @@
 		unsigned int iBytesReturned = 0;
 		PCSC_TLV_STRUCTURE *pcsc_tlv = (PCSC_TLV_STRUCTURE *)RxBuffer;
 
-		/* we need room for up to for records */
+		/* we need room for up to four records */
 		if (RxLength < 4 * sizeof(PCSC_TLV_STRUCTURE))
 			return IFD_COMMUNICATION_ERROR;
 




More information about the Pcsclite-cvs-commit mailing list